summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | update libvirt testsTrey Morris2011-08-261-3/+8
| | * | | | | | | | | | | | | | | | | updated instance type fake modelTrey Morris2011-08-261-2/+7
| | * | | | | | | | | | | | | | | | | added vcpus to instance flavor test modelTrey Morris2011-08-261-1/+2
| | * | | | | | | | | | | | | | | | | added memory_mb to instance flavor test modelTrey Morris2011-08-261-1/+2
| | * | | | | | | | | | | | | | | | | forgot test print statementsTrey Morris2011-08-261-2/+0
| | * | | | | | | | | | | | | | | | | misplaced comma...Trey Morris2011-08-261-0/+2
| | * | | | | | | | | | | | | | | | | altered fake network modelTrey Morris2011-08-251-0/+3
| | * | | | | | | | | | | | | | | | | forget a returnTrey Morris2011-08-251-0/+2
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-251-1/+1
| | * | | | | | | | | | | | | | | | | fixed a couple of syntax errorsTrey Morris2011-08-252-3/+3
| | * | | | | | | | | | | | | | | | | updated libvirt tests to use fake_network_infoTrey Morris2011-08-252-27/+52
| | * | | | | | | | | | | | | | | | | syntaxTrey Morris2011-08-221-1/+1
| | * | | | | | | | | | | | | | | | | update test_network test_get_instance_nw_info()Trey Morris2011-08-222-50/+42
| | * | | | | | | | | | | | | | | | | finished fake network info, removed testing shimsTrey Morris2011-08-191-3/+0
| | * | | | | | | | | | | | | | | | | updated a mathsTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | updated a mathsTrey Morris2011-08-191-3/+3
| | * | | | | | | | | | | | | | | | | who caresTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | added returnTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | fixed formatting stringTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-192-2/+2
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-191-1/+0
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-191-1/+2
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | typoTrey Morris2011-08-191-1/+1
| | * | | | | | | | | | | | | | | | | added fake network infoTrey Morris2011-08-191-0/+107
| | * | | | | | | | | | | | | | | | | initial committTrey Morris2011-08-191-0/+4
| * | | | | | | | | | | | | | | | | | Adding a can_read_deleted filter back to db.api.instance_get_all_by_filters t...Brian Waldon2011-09-091-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | converting fix to just address ec2; updating testBrian Waldon2011-09-081-3/+1
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix for lp844364: fix check for fixed_ip association in os-floating-ipsAnthony Young2011-09-081-3/+75
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | fix for lp844364: improve check for fixed_ip associationAnthony Young2011-09-071-3/+75
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | NetworkManager's add_fixed_ip_to_instance calls _allocate_fixed_ips without v...Tushar Patil2011-09-081-2/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Fix for LP Bug #837867Tushar Patil2011-09-071-2/+56
| | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merged trunk.Josh Kearney2011-09-083-5/+499
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixes the reroute_compute decorator in the scheduler API so that it properly:Chris Behrens2011-09-081-5/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkChris Behrens2011-09-083-1/+357
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | added tests for failure cases talking with zonesChris Behrens2011-09-081-5/+97
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix lp:844155Chris Behrens2011-09-081-0/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkChris Behrens2011-09-082-0/+356
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | pep8 fix for tests/api/openstack/test_servers.py which is an issue in trunkChris Behrens2011-09-071-1/+1
| | * | | | | | | | | | | | | | | | added test to cover case where no local hosts are available but child hosts areChris Behrens2011-09-071-0/+22
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Changing a behavior of update_dhcp() to write out dhcp options file.Keisuke Tagami2011-09-081-0/+347
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merged trunkTushar Patil2011-09-085-8/+395
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | modified unit tests, set use_single_default_gateway flag to True whereever ne...Tushar Patil2011-09-071-2/+4
| | * | | | | | | | | | | | | | | exclude net tag from host_dhcp if use_single_default_gateway flag is set to f...Tushar Patil2011-09-071-0/+6
| | * | | | | | | | | | | | | | | Added use_single_default_gateway to switch from multiple default gateways to ...Tushar Patil2011-09-061-12/+5
| | * | | | | | | | | | | | | | | fix a mistaking of dataset and expected values on small test.Keisuke Tagami2011-09-061-7/+7
| | * | | | | | | | | | | | | | | correct a method to collect instances from dbKeisuke Tagami2011-09-061-25/+49
| | * | | | | | | | | | | | | | | format for pep8Keisuke Tagami2011-09-051-1/+0
| | * | | | | | | | | | | | | | | format for pep8Keisuke Tagami2011-09-051-43/+134