From 0667728d51682f381315d5d1d8928657c12db6e4 Mon Sep 17 00:00:00 2001 From: Shachar Snapiri Date: Mon, 11 Dec 2017 12:22:49 +0200 Subject: [PATCH] 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 --- rally-jobs/dragonflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally-jobs/dragonflow.yaml b/rally-jobs/dragonflow.yaml index 2e34e62c6..5b4fdcaee 100644 --- a/rally-jobs/dragonflow.yaml +++ b/rally-jobs/dragonflow.yaml @@ -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