summaryrefslogtreecommitdiff
path: root/tempest/api/compute/security_groups
Commit message (Expand)AuthorAgeFilesLines
* Add reboot_server() helperArtom Lifshitz2021-08-241-3/+1
* [Trivial]Do not use cls in instance methodzhufl2020-11-181-6/+6
* Adding description for testcases - compute part7zhufl2020-08-124-52/+93
* Create default network for several compute testsEric Fried2020-01-101-6/+2
* Set max_microversion 2.35 for nova security group testszhufl2018-03-281-0/+1
* Remove unnecessary back slashzhufl2017-09-081-2/+1
* Use skip_checks if all testcases have same skip conditionszhufl2017-08-245-33/+6
* Move test decorators to commonAndrea Frittoli2017-08-235-35/+35
* [TrivialFix] Remove unused statements in compute testsjeremy.zhang2017-08-211-1/+1
* Remove unnecessary checks already coverd in schemazhufl2017-08-022-4/+0
* Do not use any() to check whether a list is emptyzhufl2017-06-121-2/+2
* Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, le...Masayuki Igawa2017-06-051-1/+1
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-144-22/+22
* Remove unused CONF and LOGzhufl2017-03-291-3/+0
* Use tempest.lib data_utils - computeKen'ichi Ohmichi2017-03-104-4/+4
* switching to decorators.idempotent_idzhufl2017-02-221-1/+1
* Merge "Add test for compute API List Security Groups By Server"Jenkins2017-02-211-0/+28
|\
| * Add test for compute API List Security Groups By Serverzwhe2017-02-201-0/+28
* | Remove unused neutron_availablezhufl2017-02-152-6/+0
|/
* Switch to decorators.idempotent_id on compute.*Ken'ichi Ohmichi2017-01-274-28/+31
* Use single underscore variable in loop iteration(in compute)zhufl2017-01-261-1/+1
* Add generate_random_security_group_id in BaseSecurityGroupsTestzhufl2017-01-163-32/+18
* Remove 'id' from expected in SecurityGroupRulesTestJSONzhufl2017-01-031-3/+0
* Remove unused client in SecurityGroupRulesNegativeTestJSONzhufl2016-12-151-1/+0
* 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 api_extensions to decide security_group type nova usedzhufl2016-09-081-1/+2
* Use api_extensions to decide security_group type nova usedzhufl2016-05-271-2/+4
* Use tempest.lib code in tempestAndrea Frittoli (andreaf)2016-02-243-6/+4
* Split out Neutron security group rules clientJohn Warren2016-01-141-1/+3
* 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
|/
* Remove list_security_group_rules wrapper methodghanshyam2015-09-101-3/+4
* Merge "Return complete resp from security_group_rules_client"Jenkins2015-08-252-11/+10
|\
| * Return complete resp from security_group_rules_clientghanshyam2015-08-242-11/+10
* | Merge "Return complete resp from security_groups_client"Jenkins2015-08-252-8/+8
|\ \
| * | Return complete resp from security_groups_clientghanshyam2015-08-242-8/+8
| |/
* | 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
|/
* Make security_group_rules_client use **kwargsKen'ichi Ohmichi2015-08-042-43/+57
* Make security_groups_client use **kwargsKen'ichi Ohmichi2015-08-031-10/+11
* Separate security_group_rules_clientKen'ichi Ohmichi2015-07-292-15/+17
* Remove wait_for_server_status from servers_clientKen'ichi Ohmichi2015-07-131-2/+5
* Merge "Use the prefix-embedded rand_name method"Jenkins2015-07-073-3/+3
|\
| * Use the prefix-embedded rand_name methodFei Long Wang2015-07-063-3/+3
* | Apply a naming rule of GET to secgroup clientsKen'ichi Ohmichi2015-07-012-3/+3
|/
* Fix Nova API misimplementation for security groupsAdrien Vergé2015-05-251-8/+3
* trim compute smoke tagSean Dague2015-04-302-6/+0