summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_hypervisor.py
Commit message (Expand)AuthorAgeFilesLines
* Add fields in hypervisor schema for 2.33 and 2.53zhufl2021-12-171-0/+23
* Adding description for testcases - compute part3zhufl2020-05-291-7/+12
* Adding description for testcases - compute part1zhufl2020-04-141-0/+1
* Add check for hypervisor state before getting uptimezhufl2018-09-041-1/+2
* Change schema hypervisor.cpu_info from string to object in 2.28zhufl2018-08-171-0/+13
* Deprecate list_servers_on_hypervisor and search_hypervisor in v253zhufl2018-02-071-13/+21
* Do not print empty list in assertNotEmptyzhufl2017-08-101-9/+6
* Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, le...Masayuki Igawa2017-06-051-4/+4
* test.py: stop using aliases for creds managerJordan Pittier2017-04-261-1/+1
* Use sequence directly instead of using len()Masayuki Igawa2017-04-171-1/+1
* Switch to decorators.idempotent_id on compute.adminKen'ichi Ohmichi2017-01-281-8/+8
* Correct variable usage error in test_get_hypervisor_uptimezhufl2016-12-071-1/+1
* Use more specific asserts in testsBéla Vancsics2016-11-091-1/+1
* Use assertGreater(Equal) over assertTruezhufl2016-10-211-3/+3
* Fix H404/405 violations for api tests(3/3)Ken'ichi Ohmichi2015-11-191-4/+1
* Return complete response from hypervisor_clientghanshyam2015-08-181-8/+12
* Apply a naming rule of GET to compute clients(h*)Ken'ichi Ohmichi2015-06-151-7/+7
* remove gate tag (part 1)Sean Dague2015-04-271-7/+0
* Split resource_setup for compute testsRohan Kanade2015-03-091-2/+2
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+7
* Change some compute admin image client methods to return one valueDavid Kranz2015-01-161-18/+9
* delete all compute xml testsSean Dague2014-11-251-4/+0
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Skip hypervisor uptime test for baremetalDavid Shrewsbury2014-07-151-1/+20
* Merge "Prepare for enabling H302 rule (api/compute/admin)"Jenkins2014-03-111-8/+8
|\
| * Prepare for enabling H302 rule (api/compute/admin)Masayuki Igawa2014-03-041-8/+8
* | Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-2/+0
|/
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* allow hypervisors to be down but still passSean Dague2013-12-231-9/+23
* Merge "add BaseV2ComputeTest as the base class of nova v2 api tests"Jenkins2013-10-221-1/+1
|\
| * add BaseV2ComputeTest as the base class of nova v2 api testsivan-zhu2013-10-181-1/+1
* | add some tests for hypervisor operationLingxian Kong2013-10-151-15/+8
|/
* Remove positive tagAttila Fazekas2013-08-121-6/+6
* Tests for os-hypervisors API extension of NovaTony Yang2013-06-091-0/+112