add test_security_groups.NetworkSecGroupTest to train skip

This test is not consistently passing both a full
deployment and standalone deployment. Let's
make the test more reliable if possible.

Related-Bug: #1852770
Change-Id: I8acbfddaf75e2b66de34d83aa9904f03e7d45397
This commit is contained in:
Wes Hayutin 2019-11-15 09:43:48 -07:00 committed by wes hayutin
parent 2ab94b7f7c
commit 616b0f975b
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,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_security_groups.NetworkSecGroupTest'
reason: 'No more IP addresses available on network'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1852770'
# skip list for undercloud
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'