summaryrefslogtreecommitdiff
path: root/tempest/api/network/test_security_groups.py
Commit message (Expand)AuthorAgeFilesLines
* Test delete security group will clear its associated ruleslikangkang012021-09-151-0/+27
* Adding description for testcases - network part3zhufl2020-07-271-6/+10
* Merge "Change IPv6 ICMP security group rule check"Zuul2019-06-051-1/+8
|\
| * Change IPv6 ICMP security group rule checkBrian Haley2019-05-231-1/+8
* | Handle properly 404 responses from NeutronSlawek Kaplonski2019-04-261-2/+7
|/
* Remove unused config.CONFVishakha Agarwal2018-09-031-3/+0
* Remove _project_network_cidr in security group testszhufl2017-09-291-3/+1
* Move test decorators to commonAndrea Frittoli2017-08-231-2/+2
* Remove unused variables from api testsFerenc Horváth2017-06-141-1/+1
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-3/+3
* Use tempest.lib data_utils - networkKen'ichi Ohmichi2017-03-131-1/+1
* Switch to decorators.idempotent_id on networkKen'ichi Ohmichi2017-02-041-8/+9
* Replace six.iteritems with dict.itemsguo yunxian2017-01-031-4/+2
* Fix a typo in test_security_groups.pymelissaml2016-10-181-1/+1
* deprecate use of tenant in configsSean Dague2016-04-061-4/+4
* Split out Neutron security group rules clientJohn Warren2016-01-141-5/+9
* Split out Neutron security groups clientJohn Warren2015-12-211-4/+4
* Use the prefix-embedded rand_name methodFei Long Wang2015-07-061-1/+1
* trim network smoke testsSean Dague2015-04-291-5/+0
* Split resource_setup for network testsRohan Kanade2015-03-271-3/+2
* Remove migrated utils codeMatthew Treinish2015-03-061-1/+1
* Merge "Fix ICMP code/type in security group rule test"Jenkins2015-03-051-1/+1
|\
| * Fix ICMP code/type in security group rule testTong Liu2015-03-021-1/+1
* | Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+8
|/
* Fix some typos in log and testTingting Bao2015-02-151-1/+1
* Drop the legacy and un-used _interfaceAndrea Frittoli2015-02-121-1/+1
* Change neutron client methods to return one value and update testsDavid Kranz2014-12-181-9/+9
* part 2 of delete xmlSean Dague2014-11-251-8/+0
* Merge "Security Groups API Tests Enhancements"Jenkins2014-11-251-0/+18
|\
| * Security Groups API Tests EnhancementsAshish Gupta2014-11-201-0/+18
* | Support for IPv6 tests for APISergey Shnaidman2014-11-141-7/+0
* | Hacking rule to forbid resource unsafe fixturesAndrea Frittoli2014-10-071-2/+2
* | Improve IPV6 parity in Security Group testcasessridhargaddam2014-10-031-17/+119
* | Migrate network API tests to resource_* fixturesAndrea Frittoli2014-09-181-2/+2
|/
* Move API response success check to Neutron clientRohan Kanade2014-08-261-14/+7
* Relax security group rules cleanupMauro S. M. Rodrigues2014-05-301-6/+0
* Fix test_create_show_delete_security_group_rulesridhargaddam2014-05-171-12/+20
* Test to update neutron security groupnayna-patel2014-02-261-7/+20
* Removal of methods from json/xml network_client filesnayna-patel2014-02-251-3/+4
* make testing neutron api extensions optionalYoshihiro Kaneko2014-02-051-5/+12
* Remove vim headersMasayuki Igawa2014-01-201-2/+0
* Create security group rule with additional argsjun xie2014-01-151-0/+30
* edit inheritence tree api/network/security_groupsYair Fried2013-10-291-45/+4
* Separate negative tests api/network/security_groupsYair Fried2013-10-171-14/+0
* add more test cases to api/network/security_groupsYair Fried2013-10-141-12/+27
* Fixes typos in tempest/apiChang Bo Guo2013-09-141-3/+3
* added an api test for security_groupsYair Fried2013-09-121-0/+127