summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Handle InstanceNotFound during server updateMark Washenberger2012-03-021-0/+26
| |/ / / / / / / /
* | | | | | | | | Merge "Use stubout instead of manually stubbing out os.path.exists"Jenkins2012-03-021-7/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use stubout instead of manually stubbing out os.path.existsJohannes Erdfelt2012-03-021-7/+4
| |/ / / / / / / /
* | | | | | | | | Merge "Remove superfluous __init__ from test case"Jenkins2012-03-021-3/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Remove superfluous __init__ from test caseJohannes Erdfelt2012-03-021-3/+0
| |/ / / / / / /
* | | | | | | | Merge "Use stubout instead of manually stubbing out versions.VERSIONS"Jenkins2012-03-021-7/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Use stubout instead of manually stubbing out versions.VERSIONSJohannes Erdfelt2012-03-021-7/+1
| |/ / / / / / /
* / / / / / / / Remove unused session variable in test setupJohannes Erdfelt2012-03-021-4/+0
|/ / / / / / /
* | | | | | | Merge "Remove empty setUp/tearDown methods"Jenkins2012-03-0224-94/+4
|\ \ \ \ \ \ \
| * | | | | | | Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-0224-94/+4
* | | | | | | | Merge "Call super class tearDown correctly"Jenkins2012-03-021-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Call super class tearDown correctlyJohannes Erdfelt2012-03-021-1/+1
* | | | | | | | Merge "Refactor spawn to use UndoManager."Jenkins2012-03-022-6/+21
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Refactor spawn to use UndoManager.Rick Harris2012-03-012-6/+21
| | |/ / / / / | |/| | | | |
* | | | | | | Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-0225-207/+36
* | | | | | | Remove unnecessary variables from testsJohannes Erdfelt2012-03-0127-75/+3
|/ / / / / /
* | | | | | Merge "Minor cleanup based on HACKING"Jenkins2012-03-015-17/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Minor cleanup based on HACKINGJoe Gordon2012-03-015-17/+22
| |/ / / /
* | | | | Merge "notifications for delete, snapshot and resize"Jenkins2012-03-011-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | notifications for delete, snapshot and resizeSandy Walsh2012-02-291-1/+6
* | | | | Fixes lp931801 and a key_errorAaron Lee2012-02-291-0/+30
|/ / / /
* | | | Ensure that context read_deleted is only one of 'no', 'yes' or 'only'Johannes Erdfelt2012-02-291-0/+13
* | | | Merge "Ensures that keypair names are only AlphaNumeric."Jenkins2012-02-291-0/+14
|\ \ \ \
| * | | | Ensures that keypair names are only AlphaNumeric.Justin Shepherd2012-02-291-0/+14
* | | | | Merge "Adds netapp volume driver"Jenkins2012-02-291-0/+929
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adds netapp volume driverRob Esker2012-02-291-0/+929
| | |_|/ | |/| |
* | | | Merge "Perform image show early in the resize process"Jenkins2012-02-291-16/+16
|\ \ \ \
| * | | | Perform image show early in the resize processMark Washenberger2012-02-291-16/+16
* | | | | Merge "Provide retry-after guidance on throttled requests"Jenkins2012-02-291-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Provide retry-after guidance on throttled requestsEoghan Glynn2012-02-281-0/+4
* | | | | Merge "Include launch_index when creating instances."Jenkins2012-02-293-3/+107
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Include launch_index when creating instances.Mike Milner2012-02-233-3/+107
* | | | | Return empty list when volume not attachedBrian Waldon2012-02-282-19/+45
* | | | | Merge "Cast volume-related ids to str"Jenkins2012-02-294-25/+25
|\ \ \ \ \
| * | | | | Cast volume-related ids to strBrian Waldon2012-02-284-25/+25
* | | | | | Merge "Fix for bug 942896: Make sure network['host'] is set"Jenkins2012-02-291-0/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for bug 942896: Make sure network['host'] is setBrad Hall2012-02-281-0/+17
* | | | | | Allow xvd* to be supplied for volume in xenapiBrian Waldon2012-02-281-0/+22
|/ / / / /
* | | | | Merge "Make scheduler filters more pluggable"Jenkins2012-02-282-43/+74
|\ \ \ \ \
| * | | | | Make scheduler filters more pluggableChris Behrens2012-02-272-43/+74
| | |_|/ / | |/| | |
* | | | | Merge "Fixes bug 942549"Jenkins2012-02-281-0/+11
|\ \ \ \ \
| * | | | | Fixes bug 942549John Garbutt2012-02-281-0/+11
| | |_|/ / | |/| | |
* | | | | Use constant time string comparisons for auth.Russell Bryant2012-02-281-0/+5
| |_|_|/ |/| | |
* | | | Merge "Ensure temporary file gets cleaned up after test"Jenkins2012-02-281-13/+17
|\ \ \ \
| * | | | Ensure temporary file gets cleaned up after testJohannes Erdfelt2012-02-281-13/+17
| |/ / /
* | | | Merge "OS X Support fixed, bug 942352"Jenkins2012-02-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | OS X Support fixed, bug 942352Joe Gordon2012-02-271-1/+1
| |/ /
* | | Use assertDictMatch to keep 2.6 unit tests passingMark Washenberger2012-02-281-1/+1
* | | Merge "Fixes cloudpipe extension to work with keystone"Jenkins2012-02-282-125/+67
|\ \ \
| * | | Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-262-125/+67