we don't have to run completely the same test.
There are 2 workloads in CinderVolumes.create_and_restore_volume_backup tests. However the 2 scenarios are the same. we don't have to run tests if the tests are completely the same. In 1st test, we will delete volume_backup. so do_delete property(line 631) should be set as True. On the other hand, we will not delete volume_backup. so do_delete property(line 644) should be set as False. Change-Id: I2f269faef4118a87fff1ebb5c27ac4957585f49d
This commit is contained in:
parent
49dbdffd41
commit
13c21f2972
@ -641,7 +641,7 @@
|
||||
scenario:
|
||||
CinderVolumes.create_and_restore_volume_backup:
|
||||
size: 1
|
||||
do_delete: True
|
||||
do_delete: False
|
||||
runner:
|
||||
constant:
|
||||
times: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user