Skip to content

Commit e503726

Browse files
committed
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
1 parent ed41fbd commit e503726

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/tempest/vars/tests/full.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
test_dict:
33
test_regex: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
44
whitelist: []
5-
blacklist: []
5+
blacklist:
6+
- "^tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate"
7+
- "^tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused"
8+
- "^tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused"
9+
- "^tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_block_migration_paused"

0 commit comments

Comments
 (0)