Move TrafficOperationsScenarioTest to skip list
With octavia tempest tests, TrafficOperationsScenarioTest is failing continously with ssh timeout. We are moving it to skip list for train, ussuri and master release to enable octavia scenario tests. Related-Bug: #1883687 Change-Id: Ibe0aea3d2a45c66f62a32a940c4f52562085ca14 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
parent
213821b9af
commit
c5f857606c
roles/validate-tempest/vars
@ -159,6 +159,9 @@ known_failures:
|
||||
- test: 'neutron_tempest_plugin.scenario.test_ipv6.IPv6Test'
|
||||
reason: 'Timed out waiting for IP address'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1881624'
|
||||
- test: 'octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest'
|
||||
reason: 'Connection to the 192.168.24.149 via SSH timed out.'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1883687'
|
||||
|
||||
# skip list for undercloud
|
||||
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'
|
||||
|
@ -102,6 +102,9 @@ known_failures:
|
||||
- test: 'neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest'
|
||||
reason: 'timeout on test_security_groups'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1878248'
|
||||
- test: 'octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest'
|
||||
reason: 'Connection to the 192.168.24.149 via SSH timed out.'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1883687'
|
||||
|
||||
# skip list for undercloud
|
||||
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'
|
||||
|
@ -152,6 +152,9 @@ known_failures:
|
||||
- test: 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
|
||||
reason: 'telemetry tests failed due to One or more ports have an IP allocation from this subnet'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1792862'
|
||||
- test: 'octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest'
|
||||
reason: 'Connection to the 192.168.24.149 via SSH timed out.'
|
||||
lp: 'https://bugs.launchpad.net/tripleo/+bug/1883687'
|
||||
|
||||
# skip list for undercloud
|
||||
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'
|
||||
|
Loading…
x
Reference in New Issue
Block a user