vmware-nsx/vmware_nsx_tempest/tests/nsxv/api
Alex Kang 2e5ffd27df Tempest: router_size create and update tests
1. Move router size tests from test_router_types.py
   to test_router_sizes.py
2. Add "change router_size" tests
   Begins with Mitaka, nsxv can change router's size.
3. Use NSX-v backend to validate router's size is changed
   correctly.
4. Add CONF.nsxv.create_router_http_timeout to set the
   http_timeout for router client.
5. Due to bug#1716695 - keep creating routers. This fix
   creates its own router client to change the retry time
   from default 60 to CONF.nsxv.create_router_http_timeout.
   Plese refer to docstr of class RouterSizeBaseTest for detail.

Change-Id: Iaf07f78db898c1bf94dda5d716eae9ef6e0bcc2c
2016-09-27 22:56:41 +00:00
..
lbaas Tempest: Support lbaas api & scenario tests to run against upstream 2016-07-01 10:47:10 -07:00
README.rst init release of vmware-nsx tempest tests in tempest external plugin 2016-01-21 10:02:00 -08:00
__init__.py init release of vmware-nsx tempest tests in tempest external plugin 2016-01-21 10:02:00 -08:00
base_provider.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_dns_search_domain.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_dns_search_domain_negative.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_flat_network.py Tempest: change tempest_lib to tempest.lib 2016-03-03 00:49:37 +00:00
test_l2_gateway.py Tempest: change tempest_lib to tempest.lib 2016-03-03 00:49:37 +00:00
test_l2_gateway_connection.py [Tempest: use project instead of tenant 2016-04-10 00:06:46 -07:00
test_multiple_transport_zones.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_multiple_transport_zones_negative.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_router_sizes.py Tempest: router_size create and update tests 2016-09-27 22:56:41 +00:00
test_router_types.py Tempest: router_size create and update tests 2016-09-27 22:56:41 +00:00
test_subnets.py Update gate logic 2016-07-12 09:05:22 -06:00
test_v1_lbaas.py Tempest: Fix upstream patch 32049 which replacing oo-wrap 2016-06-28 22:25:20 -07:00
test_vlan_network.py Tempest: change tempest_lib to tempest.lib 2016-03-03 00:49:37 +00:00

README.rst

Placeholder for nsxv neutron plugin specific API tests.