Disable tempest router ping
Tell tempest to skip attempting to ping the router namespace from localhost because the router namespace is not accessible from localhost in the os_neutron test scenarios. Depends-On: https://review.openstack.org/#/c/636211 Change-Id: I20a19fd614c1d67b19bd7396b8c48e6667668fbd
This commit is contained in:
parent
92b1c93df4
commit
93733eb7d6
@ -31,6 +31,8 @@ tempest_private_net_seg_id: ''
|
||||
tempest_public_net_provider_type: "local"
|
||||
tempest_public_net_physical_type: ''
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
||||
neutron_plugin_type: ml2.calico
|
||||
neutron_provider_networks:
|
||||
network_types: ''
|
||||
|
@ -43,3 +43,5 @@ tempest_plugins:
|
||||
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
@ -58,3 +58,5 @@ tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
- "networking_bgpvpn_tempest.tests.api.test_bgpvpn"
|
||||
- "networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
@ -41,3 +41,5 @@ tempest_plugins:
|
||||
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
@ -18,6 +18,8 @@ tempest_test_whitelist:
|
||||
|
||||
tempest_private_net_provider_type: geneve
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
||||
neutron_plugin_type: ml2.ovn
|
||||
neutron_local_ip: "{{ ansible_host }}"
|
||||
|
||||
|
@ -37,3 +37,5 @@ tempest_plugins:
|
||||
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
@ -39,3 +39,5 @@ tempest_plugins:
|
||||
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
@ -17,5 +17,7 @@ tempest_plugins:
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
||||
neutron_plugin_type: ml2.ovs
|
||||
neutron_local_ip: "{{ ansible_host }}"
|
||||
|
@ -26,6 +26,8 @@ tempest_plugins:
|
||||
tempest_test_whitelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
|
||||
tempest_network_ping_gateway: False
|
||||
|
||||
haproxy_ssl: false
|
||||
external_lb_vip_address: 10.1.0.1
|
||||
internal_lb_vip_address: 10.1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user