Merge "nested_level should be a number"
This commit is contained in:
commit
777720fc2c
@ -162,9 +162,7 @@
|
||||
CinderVolumes.create_nested_snapshots_and_attach_volume:
|
||||
-
|
||||
args:
|
||||
nested_level:
|
||||
max: 1
|
||||
min: 1
|
||||
nested_level: 1
|
||||
size:
|
||||
max: 1
|
||||
min: 1
|
||||
@ -190,4 +188,4 @@
|
||||
runner:
|
||||
{{ constant_runner(concurrency=min(50, 2*controllers_amount),times=min(200, 67*controllers_amount), is_smoke=smoke) }}
|
||||
sla:
|
||||
{{ no_failures_sla() }}
|
||||
{{ no_failures_sla() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user