Adding test_server_multi_create_auto_allocate to skip list

Test is failing probably due microversion settings included in the
recent change in python-tempestconf. Still being investigated, but for
now added in skip list.

Change-Id: Ica29e0468be06de50b5478352895b6b855f5386f
Related-Bug: 1821690
This commit is contained in:
Arx Cruz 2019-03-27 11:47:45 +00:00
parent c9f33ebfc5
commit a295c006d8
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,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: 'tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate'
reason: 'Test is failing due microversion'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1821690'
- test: 'neutron_tempest_plugin.api.test_trunk_negative'
reason: 'neutron tempest tests are failing by giving 503 Service Unavailable'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1793482'