summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from trunkHisaharu Ishii2011-08-2313-147/+356
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stub out the DB in unit test.Hisaharu Ishii2011-08-231-55/+107
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge latest lp:~tpatil/nova/add-options-network-create-os-apis and resolve t...Hisaharu Ishii2011-08-2224-595/+1326
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change parameters of 'nova-manage network modify'.Hisaharu Ishii2011-08-221-10/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge latest lp:~tpatil/nova/add-options-network-create-os-apisHisaharu Ishii2011-08-2220-270/+395
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pep8Hisaharu Ishii2011-08-221-2/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'nova-manage network modify' command.Hisaharu Ishii2011-08-221-11/+39
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unit test for the change of 'nova-manage network list' formatHisaharu Ishii2011-08-191-19/+23
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge lp:~tpatil/nova/add-options-network-create-os-apisHisaharu Ishii2011-08-1820-339/+2297
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NetworkCommandsTestCase into unit test of nova-manageHisaharu Ishii2011-08-171-0/+73
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple usage extension for nova. Uses db to calculate tenant_usage for speci...Anthony Young2011-08-221-0/+189
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for chris behrens' comment - move tenant_id => project_id mapping to comp...Anthony Young2011-08-311-5/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunk, fix testsAnthony Young2011-08-2414-183/+691
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix default hostname generator so that it won't use underscores, and use minu...Thierry Carrez2011-08-241-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thou shalt not use underscores in hostnamesThierry Carrez2011-08-241-2/+3
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rebuilds are functional againBrian Waldon2011-08-242-35/+241
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dict formattingBrian Waldon2011-08-241-2/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding xml serialization and handling instance not foundBrian Waldon2011-08-242-0/+155
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing extraneous importsBrian Waldon2011-08-241-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Brian Waldon2011-08-241-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing print statementBrian Waldon2011-08-231-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating testsBrian Waldon2011-08-231-35/+87
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add rainy day test to to_globalKen Pepple2011-08-241-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test for bad project_id ... although it may not be usedKen Pepple2011-08-211-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch and test for bad prefixKen Pepple2011-08-211-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed leftover netaddr importKen Pepple2011-08-201-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added rainy day test for ipv6 tests. fixed ipv6.to_global to trap correct exc...Ken Pepple2011-08-201-0/+6
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | similar to lp828614: add rainy day test and fix exception error catch to Addr...Ken Pepple2011-08-241-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch and test for bad project_idKen Pepple2011-08-211-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch for bad prefix and matching testKen Pepple2011-08-211-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lp:828610Ken Pepple2011-08-201-0/+5
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added unit tests for version.pyKen Pepple2011-08-241-0/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comment stringsKen Pepple2011-08-201-3/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added unit tests for versions.pyKen Pepple2011-08-201-0/+58
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a use_deprecated_auth flag to make sure creds generated using nova-manag...Vishvananda Ishaya2011-08-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to set the flag for the testVishvananda Ishaya2011-08-231-0/+1
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added notifications decorator for each API call using monkey_patching.Nachi Ueno2011-08-235-0/+158
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some docstringNachi Ueno2011-08-234-18/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged with trunkNachi Ueno2011-08-2310-179/+806
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo and docstring and example class nameNachi Ueno2011-08-234-12/+13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed conflict with branchNachi Ueno2011-08-2225-566/+1389
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Test Code, doc string, and fixed pip-requireswNachi Ueno2011-08-222-0/+66
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating testsBrian Waldon2011-08-231-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-08-2327-727/+1774
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch does the final tear out of AuthManager from the main code. The No...Vishvananda Ishaya2011-08-234-144/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2011-08-2231-749/+1579
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | clean up fake auth from server actions testVishvananda Ishaya2011-08-171-8/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix integration testsVishvananda Ishaya2011-08-173-130/+14
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-08-1719-314/+927
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved migration and fixed tests from upstreamChristopher MacGown2011-08-222-13/+17