Merge "nested_level should be a number"

This commit is contained in:
Jenkins 2016-08-04 01:54:41 +00:00 committed by Gerrit Code Review
commit 777720fc2c

View File

@ -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() }}