Enable the tempest role ping test for AIO testing
In order to verify that the tempest host is able to ping the external network, we enable the ping test implemented in the os_tempest role. Depends-On: https://review.openstack.org/639728 Change-Id: I7432648fc3b8104e2232232122d7451a3d8b884c
This commit is contained in:
parent
d1c2fe7b01
commit
0abb9e3bc0
@ -179,6 +179,9 @@ lxc_container_backing_store: "{{ lxc_container_backing_store }}"
|
||||
tempest_install: yes
|
||||
tempest_run: yes
|
||||
|
||||
# Do a gateway ping test once the tempest role creates it
|
||||
tempest_network_ping_gateway: yes
|
||||
|
||||
{% if nodepool_dir.stat.exists %}
|
||||
# Disable chronyd in OpenStack CI
|
||||
security_rhel7_enable_chrony: no
|
||||
|
Loading…
Reference in New Issue
Block a user