From ece0c5b2cd55cbe1992b202927c0ffd45b836b0d Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 10 Mar 2021 13:09:11 -0700 Subject: [PATCH] remove containerTest from skiplist https://bugs.launchpad.net/tripleo/+bug/1862143 is marked fixed released, let's bring these tests in. Related-Bug: #1862143 Change-Id: Id4fb72492abe233ebfcd01a73285d5486273c679 --- roles/validate-tempest/vars/tempest_skip.yml | 40 -------------------- 1 file changed, 40 deletions(-) diff --git a/roles/validate-tempest/vars/tempest_skip.yml b/roles/validate-tempest/vars/tempest_skip.yml index b49ea1a..92c1e59 100644 --- a/roles/validate-tempest/vars/tempest_skip.yml +++ b/roles/validate-tempest/vars/tempest_skip.yml @@ -1652,46 +1652,6 @@ known_failures: reason: 'barbican and python-tempestconf not playing well' lp: 'https://bugs.launchpad.net/tripleo/+bug/1820671' jobs: [] - - test: 'tempest.api.object_storage.test_account_quotas.AccountQuotasTest' - deployment: - - 'overcloud' - releases: - - name: 'stein' - reason: 'connection refused error on swift healthcheck api' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143' - jobs: [] - - test: 'tempest.api.object_storage.test_account_services.AccountTest' - deployment: - - 'overcloud' - releases: - - name: 'stein' - reason: 'connection refused error on swift healthcheck api' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143' - jobs: [] - - test: 'tempest.api.object_storage.test_object_services.ObjectTest' - deployment: - - 'overcloud' - releases: - - name: 'stein' - reason: 'connection refused error on swift healthcheck api' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143' - jobs: [] - - test: 'tempest.api.object_storage.test_container_quotas.ContainerQuotasTest' - deployment: - - 'overcloud' - releases: - - name: 'stein' - reason: 'connection refused error on swift healthcheck api' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143' - jobs: [] - - test: 'tempest.api.object_storage.test_container_services.ContainerTest' - deployment: - - 'overcloud' - releases: - - name: 'stein' - reason: 'connection refused error on swift healthcheck api' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1862143' - jobs: [] - test: 'neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest' deployment: - 'overcloud'