Merge "start tls-proxy (if enabled) before checking for api"

This commit is contained in:
Zuul
2018-11-30 09:06:55 +00:00
committed by Gerrit Code Review
2 changed files with 24 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
- watcher-tempest-workload_balancing
- watcherclient-tempest-functional
- watcher-tempest-zone_migration
- watcher-tls-test
- openstack-tox-lower-constraints
gate:
queue: watcher
@@ -58,6 +59,17 @@
vars:
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_zone_migration
- job:
name: watcher-tls-test
parent: watcher-tempest-multinode
group-vars:
subnode:
devstack_services:
tls-proxy: true
vars:
devstack_services:
tls-proxy: true
- job:
name: watcher-tempest-multinode
parent: watcher-tempest-functional