Skip to content

Commit 418c46b

Browse files
smalleniaakarshg
authored andcommitted
Add neutron trunk port scenario
Review Ica1f0a7acd521f860cebd2f92fa4dfafa90b45a2 added trunk port testing to rally. This patch needs service_plugins = trunk in neutron.conf on controller, for trunks to work. Change-Id: If92e13fadd3b1dfb2c1adeb3ac326a370d84d6a2
1 parent c4b2297 commit 418c46b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{% set subnets_per_network = subnets_per_network or 2 %}
2+
{% set router_create_args = router_create_args or {} %}
3+
{% set sla_max_avg_duration = sla_max_avg_duration or 60 %}
4+
{% set sla_max_failure = sla_max_failure or 0 %}
5+
{% set sla_max_seconds = sla_max_seconds or 60 %}
6+
---
7+
NeutronTrunks.create_and_list_trunks:
8+
-
9+
args:
10+
network_create_args: {}
11+
subport_count: 10
12+
runner:
13+
type: "constant"
14+
times: 100
15+
concurrency: 10
16+
context:
17+
users:
18+
tenants: 3
19+
users_per_tenant: 3
20+
quotas:
21+
neutron:
22+
network: -1
23+
port: -1
24+
trunk: -1
25+
sla:
26+
max_avg_duration: {{sla_max_avg_duration}}
27+
max_seconds_per_iteration: {{sla_max_seconds}}
28+
failure_rate:
29+
max: {{sla_max_failure}}
30+

0 commit comments

Comments
 (0)