[ci] Fix several rally task arguments

There are several invalid cased that Rally ignored before and that will
become an validation error soon.

* transmitting None where dict is expected
* setting 'name' of entities. It is restricted thing, since rally
  generates pseudo-random names that can be filtered by celanup
  mechanism. Currently, Rally overrides 'name' params silently, but it
  will become an error soon.

Change-Id: Icef60dc4db70a3058251909cf485cd8e8424cb16
This commit is contained in:
Andrey Kurilin 2020-05-06 14:56:27 +03:00
parent 413b266bb0
commit 98b326f0e4
1 changed files with 2 additions and 6 deletions

View File

@ -44,7 +44,6 @@
network_create_args: {}
network_update_args:
admin_state_up: False
name: "_updated"
runner:
constant:
times: 40
@ -99,7 +98,6 @@
subnets_per_network: 2
subnet_update_args:
enable_dhcp: True
name: "_subnet_updated"
runner:
constant:
times: 100
@ -166,7 +164,6 @@
router_create_args: {}
router_update_args:
admin_state_up: False
name: "_router_updated"
runner:
constant:
times: 40
@ -209,8 +206,8 @@
network quotas are not exceeded
scenario:
NeutronNetworks.create_and_list_ports:
network_create_args:
port_create_args:
network_create_args: {}
port_create_args: {}
ports_per_network: 50
runner:
constant:
@ -243,7 +240,6 @@
admin_state_up: False
device_id: "dummy_id"
device_owner: "dummy_owner"
name: "_port_updated"
runner:
constant:
times: 40