summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorAndrey Kurilin <andr.kurilin@gmail.com>2020-05-06 14:56:27 +0300
committerAndrey Kurilin <andr.kurilin@gmail.com>2020-05-06 14:56:27 +0300
commit98b326f0e4fb66ab47442ced8e4300da11c590c3 (patch)
tree1975efaf2dfc7256cfce6b0053f209463ccc3a98 /rally-jobs
parent413b266bb0b7dcda3f91a3fd4ea89224ccbff33b (diff)
downloadneutron-98b326f0e4fb66ab47442ced8e4300da11c590c3.tar.gz
[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
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/task-neutron.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/rally-jobs/task-neutron.yaml b/rally-jobs/task-neutron.yaml
index 805215c7c2..5e29974f39 100644
--- a/rally-jobs/task-neutron.yaml
+++ b/rally-jobs/task-neutron.yaml
@@ -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