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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user