Put telemetry tempest tests under master skip list

Currently telemetry tempest tests are broken on scenario 01
and 02 and is also blocking upstream check jobs, we are putting
it to skip list till we find what causes the issue.

Related-Bug: #1792862

Change-Id: Iae962eb585e179a980915cb4b402c415319aa75f
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-05-27 19:38:43 +05:30
parent 9cc7489cca
commit dcfb135795
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ known_failures:
- test: 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest'
reason: 'barbican and python-tempestconf not playing well'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1820671'
- 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'
# skip list for undercloud
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'