Increase the maximum allowed time for list-ports

The rally job fails as the list-ports takes too long in the
NeutronNetworks.create_and_list_ports test.
This is because we create 100 ports per network, while neutron create
50 ports per network, while we have the same maximum time (15 seconds).
As we create double the ports neutron create, we should also set the
maximum allowed time to double the time.

Change-Id: I1993f50e1dc69ed6d8a250f953deab7bc7d46bea
This commit is contained in:
Shachar Snapiri 2017-12-11 12:22:49 +02:00
parent ef2c41b093
commit 0667728d51
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
port: 811
sla:
max_avg_duration_per_atomic:
neutron.list_ports: 15 # reduce as perf is fixed
neutron.list_ports: 30 # reduce as perf is fixed
failure_rate:
max: 0