Merge "Switching from empty string to empty dict"

This commit is contained in:
Jenkins 2017-04-06 16:28:57 +00:00 committed by Gerrit Code Review
commit 9a7519c907
5 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
NeutronNetworks.create_and_list_networks:
-
args:
network_create_args: ""
network_create_args: {}
runner:
concurrency: {{concurrency}}
times: {{times}}

View File

@ -6,7 +6,7 @@
NeutronNetworks.create_and_list_ports:
-
args:
network_create_args: ""
network_create_args: {}
ports_per_network: {{ports_per_network}}
runner:
concurrency: {{concurrency}}

View File

@ -7,8 +7,8 @@
NeutronNetworks.create_and_list_routers:
-
args:
network_create_args: ""
subnet_create_args: ""
network_create_args: {}
subnet_create_args: {}
subnet_cidr_start: "10.0.0.0/16"
subnets_per_network: {{subnets_per_network}}
router_create_args: {{ router_create_args }}

View File

@ -5,7 +5,7 @@
NeutronSecurityGroup.create_and_list_security_groups:
-
args:
security_group_create_args: ""
security_group_create_args: {}
runner:
concurrency: {{concurrency}}
times: {{times}}

View File

@ -6,8 +6,8 @@
NeutronNetworks.create_and_list_subnets:
-
args:
network_create_args: ""
subnet_create_args: ""
network_create_args: {}
subnet_create_args: {}
subnet_cidr_start: "1.1.0.0/30"
subnets_per_network: {{subnets_per_network}}
runner: