Add quotation marks
Update constant to "constant",so it will work well. Change-Id: I62aa93892fc53e78da52b1d391aa2e58022b449a
This commit is contained in:
parent
91eee1de6e
commit
eabc1c5222
@ -34,7 +34,7 @@
|
|||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{%- macro constant_runner(concurrency=1, times=1, is_smoke=True) %}
|
{%- macro constant_runner(concurrency=1, times=1, is_smoke=True) %}
|
||||||
type: constant
|
type: "constant"
|
||||||
{%- if is_smoke %}
|
{%- if is_smoke %}
|
||||||
concurrency: 1
|
concurrency: 1
|
||||||
times: 1
|
times: 1
|
||||||
|
@ -8,7 +8,7 @@ NovaServers.boot_and_live_migrate_server:
|
|||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
block_migration: true
|
block_migration: true
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
|
@ -8,7 +8,7 @@ NovaServers.boot_and_live_migrate_server:
|
|||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
block_migration: false
|
block_migration: false
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
|
@ -7,7 +7,7 @@ NovaServers.boot_and_migrate_server:
|
|||||||
image:
|
image:
|
||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
|
@ -9,7 +9,7 @@ NovaServers.boot_and_rebuild_server:
|
|||||||
to_image:
|
to_image:
|
||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 5
|
times: 5
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
|
@ -9,7 +9,7 @@ NovaServers.boot_server_attach_created_volume_and_live_migrate:
|
|||||||
size: 10
|
size: 10
|
||||||
block_migration: false
|
block_migration: false
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 5
|
times: 5
|
||||||
concurrency: 1
|
concurrency: 1
|
||||||
context:
|
context:
|
||||||
|
@ -10,7 +10,7 @@ NovaServers.boot_server_from_volume_and_live_migrate:
|
|||||||
volume_size: 10
|
volume_size: 10
|
||||||
force_delete: false
|
force_delete: false
|
||||||
runner:
|
runner:
|
||||||
type: constant
|
type: "constant"
|
||||||
times: 10
|
times: 10
|
||||||
concurrency: 2
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
|
@ -11,7 +11,7 @@ VMTasks.boot_runcommand_delete_custom_image:
|
|||||||
concurrency: 1
|
concurrency: 1
|
||||||
timeout: 3000
|
timeout: 3000
|
||||||
times: 1
|
times: 1
|
||||||
type: constant
|
type: "constant"
|
||||||
context:
|
context:
|
||||||
image_command_customizer:
|
image_command_customizer:
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user