diff options
author | 2019-10-26 15:30:28 +0200 | |
---|---|---|
committer | 2019-10-29 19:18:56 +0100 | |
commit | 061bf6629f2115764f5e8b6fe68ab24bd3057eb6 (patch) | |
tree | acb2a6064ee4dd630c5d751e94afd5ce8003fbbb /ansible | |
parent | 61660c2638026b52d1dfe7e00ff2fc945de57c86 (diff) |
Add healthcheck Horizon tests
It runs TestDashboardBasicOps as proposed by tempest-horizon [1].
It's skipped if DASHBOARD_URL is unset (default).
[1] https://opendev.org/openstack/tempest-horizon
Change-Id: I1b6b5609412770609f412da4927641588b173ed6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7b03643170974d4307e0f630e4c79340df98e06f)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index f2e71b013..9c3aff88a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -54,6 +54,7 @@ - cinder_test - odl - tempest_smoke + - tempest_horizon - container: functest-smoke tests: - neutron-tempest-plugin-api |