diff options
author | 2019-10-26 15:30:28 +0200 | |
---|---|---|
committer | 2020-04-11 11:31:50 +0200 | |
commit | 4ffbba3d9601595d68f969bae773727bd8d98f0b (patch) | |
tree | 5501ba9e8abbe9d01f72c1f0c77eca475309e937 /ansible | |
parent | 890901c6e7e78cf733c2f765ea631d4980966b5c (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)
(cherry picked from commit 9441711c5a03a7a8c476dcc28e1fbace38b48654)
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 780d3ef32..28b115f2b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -57,6 +57,7 @@ - cinder_test - odl - tempest_smoke + - tempest_horizon - container: functest-smoke tests: - neutron-tempest-plugin-api |