From a05063abedb5ea7e5f6fdcf48f7ca2c447de2814 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 9 Jan 2014 11:28:57 -0800 Subject: [PATCH] Drop large-ops test down to 50 instances from 100 It turns out the variance in cloud instances is very high, especially when comparing different cloud providers and regions. This test was originally added as a regression test for the nova-network issues with rootwrap. At which time this test wouldn't pass for 30 instances. So 50 is still a valid regression test. Change-Id: I20a158cdd043d53be0b96437826559a71f7698bf --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 25b54b4d..908fccfc 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -216,7 +216,7 @@ EOF echo "VIRT_DRIVER=fake" >> localrc # To make debugging easier, disabled until bug 1218575 is fixed. # echo "NUMBER_FAKE_NOVA_COMPUTE=10" >>localrc - echo "TEMPEST_LARGE_OPS_NUMBER=100" >>localrc + echo "TEMPEST_LARGE_OPS_NUMBER=50" >>localrc fi if [ "$DEVSTACK_GATE_CONFIGDRIVE" -eq "1" ]; then