Bug 1792157
Summary: | TrafficOperationsScenarioTest fails when ACTIVE_STANDBY is enabled | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Gregory Thiemonge <gthiemon> |
Component: | openstack-octavia | Assignee: | Gregory Thiemonge <gthiemon> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Bruna Bonguardo <bbonguar> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 16.0 (Train) | CC: | ihrachys, lpeer, majopela, mfuruta, scohen |
Target Milestone: | beta | Keywords: | TestOnly, Triaged |
Target Release: | 16.1 (Train on RHEL 8.2) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-04 16:00:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1792160, 1801895 | ||
Bug Blocks: | 1774913 |
Description
Gregory Thiemonge
2020-01-17 07:30:34 UTC
The bug is not present when using more recent keepalived releases (compiled from source). Using git bisect I found out that https://github.com/acassen/keepalived/commit/30eeb48b1a0737dc7443fd421fd6613e0d55fd17 fixes the issue, this commit is included in keepalived>=2.0.11 releases. After cherrypicking that commit in keepalived 2.0.10, and updating the keepalived binary in the amphora, tests passed successfully: all run-test-pre: PYTHONHASHSEED='567330168' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex test_traffic_ops {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic [80.633249s] ... ok {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic [86.448448s] ... ok {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules [139.114542s] ... ok {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic [49.931187s] ... ok |