Do not ping router when public net is local

Don't bother trying to ping the router address when the public
network type is 'local'. In calico, a local network type is used,
and the router is not set up on the host until an instance using
that network is created. Since this check occurs before the
tempest run (and before any instances are created), the gateway
is not expected to ping.

Change-Id: I47543778487b6a9a2972b29d270d199a4d1e9b61
This commit is contained in:
Logan V 2019-04-11 13:02:29 -05:00
parent 49f992bf57
commit 897f80a37f
1 changed files with 1 additions and 0 deletions

View File

@ -291,3 +291,4 @@
- tempest_service_available_neutron | bool
- router_admin_state | bool
- tempest_network_ping_gateway | bool
- tempest_public_net_provider_type not in ['local']