summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_hosts.py
Commit message (Expand)AuthorAgeFilesLines
* Adding description for testcases - compute part3zhufl2020-05-291-10/+14
* Adding description for testcases - compute part1zhufl2020-04-141-0/+5
* Set max_microversion 2.42 for hosts testszhufl2018-03-131-0/+2
* Remove unnecessary assertIsNotNone checkzhufl2017-08-031-5/+0
* Replace assertGreaterEqual with assertNotEmptyzhufl2017-06-121-1/+1
* Replace assertions with more specific onesFerenc Horváth2017-06-091-2/+2
* Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, le...Masayuki Igawa2017-06-051-2/+2
* test.py: stop using aliases for creds managerJordan Pittier2017-04-261-1/+1
* Switch to decorators.idempotent_id on compute.adminKen'ichi Ohmichi2017-01-281-6/+6
* Use more specific asserts in testsBéla Vancsics2016-11-091-1/+1
* Use assertGreater(Equal) over assertTruezhufl2016-10-211-3/+3
* Correct mispell words in commentszhufl2016-05-091-1/+1
* Fix H404/405 violations for api tests(3/3)Ken'ichi Ohmichi2015-11-191-4/+1
* Return complete response from hosts_clientghanshyam2015-08-181-7/+7
* Make argument params of list methods consistentKen'ichi Ohmichi2015-07-131-7/+3
* Apply a naming rule of GET to compute clients(h*)Ken'ichi Ohmichi2015-06-151-1/+1
* remove gate tag (part 1)Sean Dague2015-04-271-5/+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/+5
* Change some compute admin image client methods to return one valueDavid Kranz2015-01-161-13/+7
* delete all compute xml testsSean Dague2014-11-251-4/+0
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Merge "Prepare for enabling H302 rule (api/compute/admin)"Jenkins2014-03-111-6/+6
|\
| * Prepare for enabling H302 rule (api/compute/admin)Masayuki Igawa2014-03-041-6/+6
* | Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-2/+0
|/
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* Merge "assertTrue to assertIn"Jenkins2013-11-121-1/+1
|\
| * assertTrue to assertInAttila Fazekas2013-10-251-1/+1
* | Make test_show_host_detail work with multi host installationm.benchchaoui@cloudbau.de2013-10-311-18/+17
* | Merge "add some tests for host and seperate negative ones"Jenkins2013-10-251-25/+17
|\ \ | |/ |/|
| * add some tests for host and seperate negative onesLingxian Kong2013-10-151-25/+17
* | add BaseV2ComputeTest as the base class of nova v2 api testsivan-zhu2013-10-181-1/+1
|/
* Add locking to test_list_hosts_with_zoneMatthew Treinish2013-09-231-0/+2
* Add tempest tests for os-host/{host-name} apiZhu Zhu2013-09-191-0/+25
* Remove positive tagAttila Fazekas2013-08-121-2/+2
* Use assertIn and assertNotIn instead of assertTrue/assertFalseAttila Fazekas2013-07-291-1/+1
* add tests - list hosts tests using admin userLiu, Zhi Kun2013-07-031-0/+76