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
This commit is contained in:
Joe Gordon
2014-01-09 11:28:57 -08:00
parent 2386769978
commit a05063abed

View File

@@ -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