From 0abb9e3bc0f9b258e06bec67f755536f580fd345 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 27 Feb 2019 16:17:17 +0000 Subject: [PATCH] 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 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 07de159482..cfb081b64c 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -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