Disable ssl certificate validation in tempest

Since the certificate is not validated in tq/tqe, and tempest default is
to enable the validation, adding it for override. There are some
featuresets already failing due this.

Closes-Bug: 1779628
Change-Id: I5a5ddda04d1cddb1c712ac79e8b78a0faaa57a9f
This commit is contained in:
Arx Cruz 2018-06-26 06:56:30 -03:00
parent 9ae6212f00
commit 861e5f1fc6
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ $TEMPESTCONF --out etc/tempest.conf \
identity.uri $OS_AUTH_URL \
identity.admin_password $OS_PASSWORD \
identity.admin_username $OS_USERNAME \
identity.disable_ssl_certificate_validation true \
compute.allow_tenant_isolation true \
scenario.img_file {{ tempest_test_image_name }} \
{% else %}