summaryrefslogtreecommitdiff
path: root/tempest/api/compute/security_groups/test_security_groups.py
Commit message (Expand)AuthorAgeFilesLines
* Add reboot_server() helperArtom Lifshitz2021-08-241-3/+1
* Adding description for testcases - compute part7zhufl2020-08-121-7/+21
* Remove unnecessary back slashzhufl2017-09-081-2/+1
* Use skip_checks if all testcases have same skip conditionszhufl2017-08-241-6/+0
* Move test decorators to commonAndrea Frittoli2017-08-231-6/+6
* Remove unnecessary checks already coverd in schemazhufl2017-08-021-2/+0
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-1/+1
* Use tempest.lib data_utils - computeKen'ichi Ohmichi2017-03-101-1/+1
* switching to decorators.idempotent_idzhufl2017-02-221-1/+1
* Add test for compute API List Security Groups By Serverzwhe2017-02-201-0/+28
* Switch to decorators.idempotent_id on compute.*Ken'ichi Ohmichi2017-01-271-4/+5
* Use single underscore variable in loop iteration(in compute)zhufl2017-01-261-1/+1
* Use wait_until in create_test_server to wait for server ACTIVEzhufl2016-12-081-3/+1
* Fill name param in create_test_serverzhufl2016-09-181-2/+1
* Use tempest.lib code in tempestAndrea Frittoli (andreaf)2016-02-241-2/+1
* Merge "Make server action methods[m-z] use **kwargs"Jenkins2015-12-161-1/+1
|\
| * Make server action methods[m-z] use **kwargsKen'ichi Ohmichi2015-12-151-1/+1
* | Make server action methods[a-c] use **kwargsKen'ichi Ohmichi2015-12-121-2/+2
|/
* Merge "Return complete resp from security_groups_client"Jenkins2015-08-251-6/+6
|\
| * Return complete resp from security_groups_clientghanshyam2015-08-241-6/+6
* | Merge "Add "server" to action methods"Jenkins2015-08-251-1/+1
|\ \ | |/ |/|
| * Add "server" to action methodsKen'ichi Ohmichi2015-08-131-1/+1
* | Move wait_for_server_termination from servers_clientKen'ichi Ohmichi2015-08-131-1/+1
|/
* Remove wait_for_server_status from servers_clientKen'ichi Ohmichi2015-07-131-2/+5
* Merge "Use the prefix-embedded rand_name method"Jenkins2015-07-071-1/+1
|\
| * Use the prefix-embedded rand_name methodFei Long Wang2015-07-061-1/+1
* | Apply a naming rule of GET to secgroup clientsKen'ichi Ohmichi2015-07-011-2/+2
|/
* trim compute smoke tagSean Dague2015-04-301-3/+0
* Remove hyphen from rand_name calls in compute testsKen'ichi Ohmichi2015-03-261-2/+2
* Remove migrated utils codeMatthew Treinish2015-03-061-1/+1
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+4
* Merge "Change servers client to return one value and update tests"Jenkins2015-02-231-5/+3
|\
| * Change servers client to return one value and update testsDavid Kranz2015-02-171-5/+3
* | Merge "Update compute base test to split up resource_setup"Jenkins2015-02-181-2/+2
|\ \
| * | Update compute base test to split up resource_setupEmily Hugenbruch2015-02-171-2/+2
| |/
* | Change tempest BadRequest exc to tempest-lib excMasayuki Igawa2015-02-161-3/+4
|/
* Change basic server client methods to return one value and update testsDavid Kranz2015-02-121-1/+1
* Change security-group clients to return one value and update testsDavid Kranz2015-02-091-27/+16
* delete all compute xml testsSean Dague2014-11-251-4/+0
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Add network service tag to compute testsMatthew Treinish2014-06-261-0/+4
* Fix security_group_create_get_delete testcasesridhargaddam2014-05-191-4/+9
* Fix test case in security groupssridhargaddam2014-05-121-2/+2
* Modified test case for nova security groupPranali Deore2014-03-141-1/+4
* Merge "Removes gate test annotation in security_groups"Jenkins2014-03-111-4/+4
|\
| * Removes gate test annotation in security_groupsnayna-patel2014-03-041-4/+4
* | Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-1/+0
|/
* clean up security groups testsZhi Kun Liu2014-02-121-63/+25
* Merge "Use BaseComputeTest.create_test_server"Jenkins2014-01-301-3/+1
|\
| * Use BaseComputeTest.create_test_serverVincent Untz2014-01-281-3/+1