summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_fixed_ips_negative.py
Commit message (Expand)AuthorAgeFilesLines
* Adding description for testcases - compute part9zhufl2020-08-121-0/+6
* Fix fixed_ips tests to skip if ip not foundghanshyam2017-10-311-0/+4
* Use skip_checks if all testcases have same skip conditionszhufl2017-08-241-5/+2
* Move test decorators to commonAndrea Frittoli2017-08-231-6/+6
* test.py: stop using aliases for creds managerJordan Pittier2017-04-261-1/+1
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-5/+5
* Switch to decorators.idempotent_id on compute.adminKen'ichi Ohmichi2017-01-281-5/+6
* Use tempest.lib code in tempestAndrea Frittoli (andreaf)2016-02-241-2/+1
* Return complete response from servers_clientghanshyam2015-09-111-1/+1
* Make fixed_ips_client use **kwargsKen'ichi Ohmichi2015-07-211-8/+4
* Apply a naming rule of GET to show_server methodKen'ichi Ohmichi2015-07-031-1/+1
* Apply a naming rule of GET to compute clients(f*)Ken'ichi Ohmichi2015-06-081-1/+1
* remove gate tag (part 2)Sean Dague2015-04-271-5/+5
* Split resource_setup for compute testsRohan Kanade2015-03-091-2/+10
* Remove tempest-lib exc Frobidden to Unauthorized translationMasayuki Igawa2015-03-051-3/+3
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+5
* Change tempest BadRequest exc to tempest-lib excMasayuki Igawa2015-02-161-3/+2
* Change basic server client methods to return one value and update testsDavid Kranz2015-02-121-2/+2
* Change tempest Unauthorized exc to tempest-lib excMasayuki Igawa2015-02-121-3/+3
* Change tempest NotFound exc to tempest-lib excMasayuki Igawa2015-02-121-1/+3
* delete all compute xml testsSean Dague2014-11-251-4/+0
* Add exceptions.BadRequest to the test case of reserve_fixed_ipEli Qiao2014-10-131-1/+4
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Add network service tag to compute testsMatthew Treinish2014-06-261-0/+5
* 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-1/+0
|/
* Convert compute api tests to global CONF objectMatthew Treinish2014-01-291-1/+4
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* Separate negative tests for test_fixed_ipsHaiwei Xu2013-12-181-0/+80