summaryrefslogtreecommitdiffstats
path: root/bin/stack
diff options
context:
space:
mode:
authorAaron Lee <aaron.lee@rackspace.com>2011-10-27 17:37:34 -0500
committerAaron Lee <aaron.lee@rackspace.com>2011-10-27 17:37:34 -0500
commitfcbb8780386b3ff48653da23a1ffb3f5aa0c8b13 (patch)
tree539bae59237f36bb447dcbf3077a78b0d49d4172 /bin/stack
parent16bacc3252b9a792159b247dcf9d2f3ebb6842ac (diff)
downloadnova-fcbb8780386b3ff48653da23a1ffb3f5aa0c8b13.tar.gz
nova-fcbb8780386b3ff48653da23a1ffb3f5aa0c8b13.tar.xz
nova-fcbb8780386b3ff48653da23a1ffb3f5aa0c8b13.zip
Adding bulk create fixed ips. The true issue here
is the creation of IPs in the DB that are not currently used(we are building the entire block). This fix is just a bandaid, but it does cut ~25 seconds off of the quantum tests on my laptop. (pre)$ ./run_tests.sh -N nova.tests.test_quantum:QuantumNovaIPAMTestCase QuantumNovaIPAMTestCase test_allocate_and_deallocate_instance_dynamic OK 11.36 test_allocate_and_deallocate_instance_static OK 11.27 test_create_and_delete_nets OK 10.35 test_validate_bad_network OK 0.10 (post)$ ./run_tests.sh -N nova.tests.test_quantum:QuantumNovaIPAMTestCase QuantumNovaIPAMTestCase test_allocate_and_deallocate_instance_dynamic OK 2.94 test_allocate_and_deallocate_instance_static OK 3.12 test_create_and_delete_nets OK 1.86 test_validate_bad_network OK 0.11 Change-Id: I46b629f9ca6e019c7c4c6aa8e869c551e5c13fb8
Diffstat (limited to 'bin/stack')
0 files changed, 0 insertions, 0 deletions