summaryrefslogtreecommitdiff
path: root/tempest/api/compute/security_groups/test_security_group_rules.py
Commit message (Expand)AuthorAgeFilesLines
* [Trivial]Do not use cls in instance methodzhufl2020-11-181-6/+6
* Adding description for testcases - compute part7zhufl2020-08-121-13/+9
* Use skip_checks if all testcases have same skip conditionszhufl2017-08-241-6/+0
* Move test decorators to commonAndrea Frittoli2017-08-231-6/+6
* [TrivialFix] Remove unused statements in compute testsjeremy.zhang2017-08-211-1/+1
* 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-141-2/+2
* Remove unused CONF and LOGzhufl2017-03-291-3/+0
* Remove unused neutron_availablezhufl2017-02-151-1/+0
* Switch to decorators.idempotent_id on compute.*Ken'ichi Ohmichi2017-01-271-5/+6
* Remove 'id' from expected in SecurityGroupRulesTestJSONzhufl2017-01-031-3/+0
* Split out Neutron security group rules clientJohn Warren2016-01-141-1/+3
* Remove list_security_group_rules wrapper methodghanshyam2015-09-101-3/+4
* Return complete resp from security_group_rules_clientghanshyam2015-08-241-10/+9
* Make security_group_rules_client use **kwargsKen'ichi Ohmichi2015-08-041-31/+33
* Separate security_group_rules_clientKen'ichi Ohmichi2015-07-291-2/+2
* trim compute smoke tagSean Dague2015-04-301-3/+0
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+5
* Update compute base test to split up resource_setupEmily Hugenbruch2015-02-171-1/+5
* Change security-group clients to return one value and update testsDavid Kranz2015-02-091-23/+20
* delete all compute xml testsSean Dague2014-11-251-13/+0
* Add expected response checks of secgroup rulesKen'ichi Ohmichi2014-10-081-21/+63
* Merge "Separate security group rule test for each args"Jenkins2014-10-071-14/+29
|\
| * Separate security group rule test for each argsKen'ichi Ohmichi2014-10-031-14/+29
* | Remove setUpClass added after cleanupAndrea Frittoli2014-10-041-7/+3
|/
* Use shared values for test_security_group_rulesKen'ichi Ohmichi2014-10-021-23/+19
* Migrate computev2 API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
* Add network service tag to compute testsMatthew Treinish2014-06-261-0/+4
* Relax security group rules cleanupMauro S. M. Rodrigues2014-05-301-3/+0
* Cleanup _interface class variables in computeMasayuki Igawa2014-03-051-1/+0
* clean up security groups testsZhi Kun Liu2014-02-121-45/+19
* Convert compute api tests to global CONF objectMatthew Treinish2014-01-291-1/+4
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* Create only necessary resources for compute v2 and network testsSalvatore Orlando2014-01-161-2/+2
* Add some tests for security_group_rules apihuangtianhua2013-11-151-109/+41
* Remove skips for bug 1182384Matt Riedemann2013-11-121-9/+11
* add BaseV2ComputeTest as the base class of nova v2 api testsivan-zhu2013-10-181-1/+1
* Fix to use proper random valuesMasayuki Igawa2013-10-151-23/+23
* introduces skip_because decoratorGiulio Fidente2013-10-041-6/+5
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-211-1/+1
* Fixes typos in tempest/apiChang Bo Guo2013-09-141-2/+2
* Merge "Skip secgroup rules invalid id tests until bug 1182384 is fixed"Jenkins2013-08-051-0/+7
|\
| * Skip secgroup rules invalid id tests until bug 1182384 is fixedMatt Riedemann2013-08-021-0/+7
* | White space after # in tempest/api filesAttila Fazekas2013-08-011-11/+11
|/
* Removes 'positive' tag from tests.Giulio Fidente2013-05-291-3/+3
* Set smoke/gate attributes for tests in "compute"Giampaolo Lauria2013-05-231-9/+9
* rename tests -> apiSean Dague2013-05-201-0/+237