neutron-tempest-plugin/neutron_tempest_plugin/scenario
Slawek Kaplonski 2a71a89664 Fix test_connectivity_dvr_and_no_dvr_routers_in_same_subnet test
This patch fixes couple of issues in scenario test from
test_connectivity module.

1. Replace safe_client with client object
   In class NetworkConnectivityTest there was used safe_client
   but there is no such attribute in this class. Object "client"
   should be used instead.

2. It also fixes in the same test how external network's subnet
   ID is get from the network's info.

3. Change to use admin_client to get details of external
   network's subnet as this subnet don't belongs to tenant user
   so regular client gets 404 error while doing subnet_show
   command.

4. Check the subnets IP version to retrieve only an IPv4 one.

Change-Id: Ibebb20b29dd6ae902d194fd26ba1ea728a976286
Closes-bug: #1861670
2020-02-07 08:31:50 +00:00
..
admin Update test cases after security group menthods improvements. 2018-12-04 09:16:30 +00:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
base.py Adding pattern to check_remote_connectivity function 2020-01-30 12:14:49 +01:00
constants.py Add floating IP QoS test cases 2018-03-16 18:53:03 +08:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_basic.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_connectivity.py Fix test_connectivity_dvr_and_no_dvr_routers_in_same_subnet test 2020-02-07 08:31:50 +00:00
test_dns_integration.py Extend tests for external DNS integration 2019-11-12 11:17:47 +00:00
test_dvr.py Add assumption for dvr tests 2018-03-26 08:52:42 +00:00
test_fip64.py Move test cases from networking-midonet repository 2018-10-24 13:14:41 +09:00
test_floatingip.py Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +00:00
test_internal_dns.py Re-enable internal DNS tests 2019-06-17 09:16:10 +01:00
test_migration.py Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +00:00
test_mtu.py Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00:00
test_multicast.py Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +00:00
test_port_forwardings.py Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +00:00
test_ports.py Added test_ports suite and a new test 2019-02-20 18:56:48 +00:00
test_portsecurity.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_qos.py Add retry decorator to SSH "execute" method 2019-09-20 10:13:29 +00:00
test_security_groups.py Fix race condition in test_security_groups 2018-11-10 15:37:21 +00:00
test_trunk.py Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00:00