Modify nested_level from dict to integer
In function create_nested_snapshots_and_attach_volume, nested_level's default value is 1, and it is used to operate with an integer (for i in range(nested_level - 1):). Change-Id: I4879d7cdcb5a56b83a1415c4a8fc427241ddc913 Closes-Bug: #1594656
This commit is contained in:
parent
81223a72d4
commit
331d0975a8
@ -7,10 +7,7 @@
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"nested_level": {
|
||||
"min": 5,
|
||||
"max": 10
|
||||
}
|
||||
"nested_level": 5
|
||||
},
|
||||
"runner": {
|
||||
"type": "constant",
|
@ -6,9 +6,7 @@
|
||||
size:
|
||||
min: 1
|
||||
max: 5
|
||||
nested_level:
|
||||
min: 5
|
||||
max: 10
|
||||
nested_level: 5
|
||||
runner:
|
||||
type: "constant"
|
||||
times: 1
|
Loading…
Reference in New Issue
Block a user