tempest: run_ssh to true

We want to validate compute services with ssh connection, to catch more
issues in our CI, so enable this option which is disabled by default in
Tempest.

Depends-On: I5edc8c2a33c29c64dc2ff49300b550f145415185
Change-Id: Idd07337f936613471227f689e774db21eb2d8477
This commit is contained in:
Emilien Macchi 2017-03-10 18:28:20 -05:00
parent 576171c4b3
commit e24b86820d
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ class openstack_integration::tempest (
attach_encrypted_volume => $attach_encrypted_volume,
murano_available => $murano,
tempest_workspace => '/tmp/openstack/tempest',
run_ssh => true,
# TODO(emilien) optimization by 1/ using Hiera to configure Glance image source
# and 2/ if running in the gate, use /home/jenkins/cache/files/ cirros image.
# img_dir => '/home/jenkins/cache/files',