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:
Jesse Pretorius 2019-02-27 16:17:17 +00:00
parent d1c2fe7b01
commit 0abb9e3bc0
1 changed files with 3 additions and 0 deletions

View File

@ -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