From 994db6173861a8c6f8c73d59cdf85cd28463ab31 Mon Sep 17 00:00:00 2001 From: lanoux Date: Mon, 3 Aug 2015 13:48:12 +0000 Subject: [PATCH] Add tempest run_validation option This change adds the tempest run_validation option to run tests with ssh connection in the gate. Change-Id: I140f79b06d2e85c1d5d07fa5f117d4f8b250fa3d --- lib/tempest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tempest b/lib/tempest index 68ddd44105..a534530b05 100644 --- a/lib/tempest +++ b/lib/tempest @@ -457,6 +457,9 @@ function configure_tempest { fi iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions + # Validation + iniset $TEMPEST_CONFIG validation run_validation ${TEMPEST_RUN_VALIDATION:-False} + # Volume # TODO(dkranz): Remove the bootable flag when Juno is end of life. iniset $TEMPEST_CONFIG volume-feature-enabled bootable True