Skip to content

Commit b64ecb0

Browse files
sbauzakk7ds
authored andcommitted
Adding server actions tests to grenade-multinode
We recently found a rolling-upgrade bug on rebuild so we need to make sure that grenade-multinode can verify all our instance actions. Given we pin the compute RPC API version to the N-1 compute one, we are sure that all RPC calls continue to behave the previous release. NOTE : Given the previous cycle was already supporting 6.2 RPC version, we can't test here the previous problems hence why this is the last patch from the series. Change-Id: I1d8deb139922494dd74ff32965fd7dd74d1d768b Related-Bug: #2040264
1 parent ee9ed0f commit b64ecb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
block_migration_for_live_migration: true
566566
block_migrate_cinder_iscsi: true
567567
tox_envlist: all
568-
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
568+
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))|(^tempest\.api\.compute\.servers\.test_server_actions))
569569
# revert this when bug #1940425 is fixed in neutron
570570
tempest_exclude_regex: (test_live_migration_with_trunk)
571571

0 commit comments

Comments
 (0)