From e503726c1c2651f97aba2eb4abf5e8f1392a1ac0 Mon Sep 17 00:00:00 2001 From: Archit Modi Date: Wed, 4 Dec 2019 09:15:08 -0500 Subject: [PATCH] Blacklist compute suite's blacklisted tests in full suite Blacklisting some existing blacklisted tempests tests in compute suite (shown in related change) for full suite also Related-To: https://review.gerrithub.io/c/redhat-openstack/infrared/+/476021 Related-To: https://review.gerrithub.io/c/redhat-openstack/infrared/+/473882 Change-Id: Ic0623f249b27f633ba3df91d92cbbcb18d3e4698 --- plugins/tempest/vars/tests/full.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/tempest/vars/tests/full.yml b/plugins/tempest/vars/tests/full.yml index 64bfb6227c..1e610cd5d7 100644 --- a/plugins/tempest/vars/tests/full.yml +++ b/plugins/tempest/vars/tests/full.yml @@ -2,4 +2,8 @@ test_dict: test_regex: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' whitelist: [] - blacklist: [] + blacklist: + - "^tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate" + - "^tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused" + - "^tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused" + - "^tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_block_migration_paused"