Updated tempest skip list for stein

Currently scenario 1 and 4 standalone stable/stein check and gate
job is broken due to volume encryption and swift related tempest
tests failure.

In order to unblock the gates, we are currently moving tests to
skip list.

Related-Bug: #1862143
Related-Bug: #1862142

Depends-On: https://review.opendev.org/#/c/706196/

Change-Id: Ieabc0d56e01ced15860da5642c9d62c620e9c0db
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-06 15:48:21 +05:30
parent c915158839
commit 699355b71b
1 changed files with 18 additions and 0 deletions

View File

@ -103,6 +103,24 @@ known_failures:
- test: 'neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision'
reason: 'skipped Tests are failing due to dns-integration'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1821690'
- test: 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks'
reason: 'Key manager error with cinder and barbican communication'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862142'
- test: 'tempest.api.object_storage.test_account_quotas.AccountQuotasTest'
reason: 'connection refused error on swift healthcheck api'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143'
- test: 'tempest.api.object_storage.test_account_services.AccountTest'
reason: 'connection refused error on swift healthcheck api'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143'
- test: 'tempest.api.object_storage.test_object_services.ObjectTest'
reason: 'connection refused error on swift healthcheck api'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143'
- test: 'tempest.api.object_storage.test_container_quotas.ContainerQuotasTest'
reason: 'connection refused error on swift healthcheck api'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143'
- test: 'tempest.api.object_storage.test_container_services.ContainerTest'
reason: 'connection refused error on swift healthcheck api'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143'
# skip list for undercloud
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'