yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #77280
[Bug 1816489] Re: Functional test neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase. test_ha_router_lifecycle failing
Reviewed: https://review.openstack.org/640400
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e6351ab11e2cfaea18ab963e32052ad110d2b899
Submitter: Zuul
Branch: master
commit e6351ab11e2cfaea18ab963e32052ad110d2b899
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date: Fri Mar 1 16:11:59 2019 +0100
[Functional] Don't assert that HA router don't have IPs configured
In functional tests of HA router, in
L3AgentTestFramework._router_lifecycle method there was assertion
that HA router at the beginning don't have IPs configured in
router's namespace.
That could lead to test failure because sometimes keepalived process
switched router from standby to master before this assertion was
done and IPs were already configured.
There is alsmost no value in doing this assertion as it's just after
router was created so it is "normal" that there is no IP addresses
configured yet.
Because of that this patch removes this assertion.
Change-Id: Ib509a7226eb94483a0aaf2d930f329e419b8e135
Closes-Bug: #1816489
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1816489
Title:
Functional test
neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.
test_ha_router_lifecycle failing
Status in neutron:
Fix Released
Bug description:
Functional test
neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.
test_ha_router_lifecycle is failing from time to time.
Example of failure: http://logs.openstack.org/68/623268/14/gate
/neutron-functional-python27/4dc7fb8/logs/testr_results.html.gz
Logstash query:
http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22line%2081%2C%20in%20test_ha_router_lifecycle%5C%22
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1816489/+subscriptions
References