add ipv6 hotplug tests to skip list

full-tempest-scenario-master is conistently failing on
test_ipv6_hotplug:

neutron_tempest_plugin.scenario.test_ipv6.IPv6Test

Change-Id: I16ffef72673d5fdea46b2cb004757546e665c455
Related-Bug: #1881624
This commit is contained in:
Rafael Folco 2020-06-01 14:04:45 -03:00
parent d8cc7a8ed7
commit 393cac0970
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,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: 'neutron_tempest_plugin.scenario.test_ipv6.IPv6Test'
reason: 'Timed out waiting for IP address'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1881624'
# skip list for undercloud
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'