summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_server_start_stop.py
Commit message (Expand)AuthorAgeFilesLines
* Add Instance.info_cacheDan Smith2013-06-071-0/+2
* Use Instance Objects for Start/StopDan Smith2013-06-071-6/+12
* Fix check instance host for instance actionZhou ShaoYu2013-02-051-0/+21
* Use nova.test.TestCase as the base test class.Clark Boylan2012-12-121-2/+0
* Clean up __main__ execution from two tests for consistencyZhongyue Luo2012-11-131-4/+0
* Fix imports in openstack compute testsVishvananda Ishaya2012-10-121-7/+7
* Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-021-3/+0
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-2/+0
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-3/+4
* Add os-start/os-stop server actions to OSAPITomoe Sugihara2012-01-251-0/+74