From c99306ce470994a5eb7bde0cd813cc9b02d5ebc0 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Sat, 8 Sep 2018 16:15:15 -0700 Subject: [PATCH] Add Tempest testing to allinone role Change-Id: I608d1055fb7d4db5b45593bbbab1789a3470b8cc --- roles/allinone.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/allinone.json b/roles/allinone.json index 32c597a..6f2417f 100644 --- a/roles/allinone.json +++ b/roles/allinone.json @@ -51,6 +51,9 @@ "recipe[openstack-dns::identity_registration]", "recipe[openstack-image::image_upload]", "recipe[openstack-dashboard::horizon]", - "recipe[openstack-dashboard::neutron-lbaas-dashboard]" + "recipe[openstack-dashboard::neutron-lbaas-dashboard]", + "recipe[openstack-integration-test::create_network]", + "recipe[openstack-integration-test::setup]", + "recipe[openstack-integration-test::run_tempest]" ] }