From ef1e88ec09bda30cad19589629744b59e12b4093 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Thu, 20 Apr 2017 23:37:32 +0100 Subject: [PATCH] Enable ssh validation by default The -ssh job with ssh validation enabled has been quite stable for a while now [0] so I think it's time to add ssh validation to the integration gate to prevent regressions from lurking in. Doing this in devstack ensures that the change only affects master as we didn't test ssh validation on on stable branches. [0] http://status.openstack.org/openstack-health/#/g/build_name/gate-tempest-dsvm-neutron-full-ssh?duration=P3M Change-Id: I187e560911f5d5d482eb7959e5174068c4c9a801 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index cf7eb6f722..1640f2c21a 100644 --- a/lib/tempest +++ b/lib/tempest @@ -425,7 +425,7 @@ function configure_tempest { TEMPEST_SSH_NETWORK_NAME=$PHYSICAL_NETWORK fi # Validation - iniset $TEMPEST_CONFIG validation run_validation ${TEMPEST_RUN_VALIDATION:-False} + iniset $TEMPEST_CONFIG validation run_validation ${TEMPEST_RUN_VALIDATION:-True} iniset $TEMPEST_CONFIG validation ip_version_for_ssh 4 iniset $TEMPEST_CONFIG validation ssh_timeout $BUILD_TIMEOUT iniset $TEMPEST_CONFIG validation image_ssh_user ${DEFAULT_INSTANCE_USER:-cirros}