Run SSH validation in Tempest

The majority of functionality tests are not useful
without SSH connection check.
Besides, there's no point providing CONFIG_PROVISION_IMAGE_SSH_USER
unless SSH connection is tested.

Depends-On: I5edc8c2a33c29c64dc2ff49300b550f145415185
Change-Id: I07e7929239764ef8d141ccc0cdff274f54079e9e
This commit is contained in:
Evgeny Antyshev
2017-03-09 12:36:45 +00:00
committed by Alfredo Moralejo
parent b36cc282bd
commit d81df13534

View File

@@ -34,6 +34,9 @@ class packstack::provision::tempest ()
$image_source = hiera('CONFIG_PROVISION_IMAGE_URL')
$image_format = hiera('CONFIG_PROVISION_IMAGE_FORMAT')
# clients should be able to ssh to instances
$run_ssh = true
# network name
$public_network_name = 'public'
@@ -113,6 +116,7 @@ class packstack::provision::tempest ()
image_name_alt => $image_name_alt,
image_name => $uec_image_name,
image_ssh_user => $image_ssh_user,
run_ssh => $run_ssh,
log_file => $log_file,
neutron_available => $neutron_available,
nova_available => $nova_available,