Use tempest-horizon plugin

I2a69ebed2947a5ab5e5ca79557130bd093e168dd removed horizon scenario
testing from the integrated tempest repo.

Install the tempest-horizon plugin to continue running the same tests.

Change-Id: Ic144f66f1dbdf0147ee8c56d9abc54542dea2f7b
This commit is contained in:
Jimmy McCrory 2016-06-09 01:57:31 -05:00
parent fe79b45b6d
commit 7232b74628
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- name: Run tempest
shell: |
. {{ tempest_venv_bin }}/activate
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env ${RUN_TEMPEST_OPTS} tempest.scenario.test_dashboard_basic_ops
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env ${RUN_TEMPEST_OPTS} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
environment:
RUN_TEMPEST_OPTS: "--serial"
vars_files:

View File

@ -80,3 +80,7 @@ tempest_service_available_horizon: True
tempest_service_available_neutron: False
tempest_service_available_nova: False
tempest_service_available_swift: False
tempest_plugins:
- name: tempest-horizon
repo: https://git.openstack.org/openstack/tempest-horizon
branch: master