summaryrefslogtreecommitdiff
path: root/tempest/api/network/test_routers.py
Commit message (Expand)AuthorAgeFilesLines
* Adding description for testcases - network part2zhufl2020-05-221-0/+8
* Add explicit external network for test_create_router_set_gateway_with_fixed_ipParas Babbar2020-05-141-33/+0
* Add rand_name to create port incase of leaksDoug Schveninger2019-08-211-1/+3
* Handle properly 404 responses from NeutronSlawek Kaplonski2019-04-261-18/+29
* Optimize and enhance the code of "test_routers.py"Manik Bindlish2018-10-011-30/+28
* Remove base class complex and confusing variableghanshyam2018-08-121-1/+0
* Cleanup networks resources at test leveldeepak_mourya2018-06-241-17/+44
* Remove _create_router in scenario.managerzhufl2017-10-171-0/+3
* Merge "Fix the redundant use of netaddr.IPNetwork"Jenkins2017-09-121-2/+2
|\
| * Fix the redundant use of netaddr.IPNetworkzhufl2017-09-121-2/+2
* | Merge "Remove unused helper in RoutersTest"Jenkins2017-09-111-27/+0
|\ \ | |/ |/|
| * Remove unused helper in RoutersTestzhufl2017-09-081-27/+0
* | Get cidr/mask_bits according to ip_version in resource_setupzhufl2017-09-071-9/+2
|/
* Move test decorators to commonAndrea Frittoli2017-08-231-4/+4
* Replace assertions with more specific onesFerenc Horváth2017-06-091-1/+1
* Separate admin tests from test_routersKen'ichi Ohmichi2017-05-221-135/+1
* Remove base_routers moduleKen'ichi Ohmichi2017-05-041-2/+30
* Remove _remove_router_interface_with_port_id()Ken'ichi Ohmichi2017-05-041-2/+2
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-4/+4
* Skip flaky test_create_router_set_gateway_with_fixed_ipJordan Pittier2017-03-261-0/+1
* Merge "Add test_create_router_set_gateway_with_fixed_ip"Jenkins2017-03-161-0/+30
|\
| * Add test_create_router_set_gateway_with_fixed_iplianghao2017-03-141-0/+30
* | Use tempest.lib data_utils - networkKen'ichi Ohmichi2017-03-131-1/+1
|/
* Add skip if public_network_id is not specifiedzhufl2017-02-151-0/+17
* Switch to decorators.idempotent_id on networkKen'ichi Ohmichi2017-02-041-15/+16
* Replace six.iteritems with dict.itemsguo yunxian2017-01-031-2/+1
* Remove unused client in setup_clientszhufl2016-12-121-5/+0
* Merge "Remove an obselete msg from then optimize a router test case"Jenkins2016-11-251-28/+18
|\
| * Remove an obselete msg from then optimize a router test caseTianbiao Qi2016-11-251-28/+18
* | Delete duplicated dvr testsAttila Fazekas2016-11-151-32/+0
|/
* Use random name in network common functionzhufl2016-10-181-15/+11
* Fix assert for public networks with multiple subnetsKieran Spear2016-09-221-3/+6
* Remove delete_extra_routes()Ken'ichi Ohmichi2016-05-301-2/+2
* Remove update_extra_routes()Ken'ichi Ohmichi2016-05-301-1/+1
* Remove GET ops from update_router()Ken'ichi Ohmichi2016-05-301-3/+3
* Merge "Added test for router's port update with fixed IP."Jenkins2016-05-061-0/+17
|\
| * Added test for router's port update with fixed IP.Hardik Italia2016-04-071-0/+17
* | deprecate use of tenant in configsSean Dague2016-04-061-3/+3
|/
* Make routers_client use **kwargsKen'ichi Ohmichi2016-03-161-4/+4
* Split out Neutron routers clientKen'ichi Ohmichi2016-03-081-35/+38
* Merge "Added support to verify extra-routes deletion"Jenkins2016-03-081-1/+5
|\
| * Added support to verify extra-routes deletionAbhishek2016-03-081-1/+5
* | Make 2 functions in network_client use **kwargspiyush1107862016-02-031-4/+5
|/
* Make update_extra_routes use **kwargs & doc stringpiyush1107862015-12-101-1/+1
* Split out Neutron ports clientJohn Warren2015-11-021-6/+6
* Split out Neutron networks clientJohn Warren2015-09-291-1/+1
* Give access to CredClient in testsJamie Lennox2015-09-091-10/+10
* Merge "Avoid default quota limit of 10 subnets"Jenkins2015-08-271-1/+1
|\
| * Avoid default quota limit of 10 subnetsDavid Kranz2015-07-311-1/+1
* | Cleaned up class variable scope issue.Brandon Palm2015-08-101-9/+9
|/