Skip to content

Commit

Permalink
Blacklist compute suite's blacklisted tests in full suite
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amodi5 committed Dec 4, 2019
1 parent ed41fbd commit e503726
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/tempest/vars/tests/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e503726

Please sign in to comment.