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:
parent
fe79b45b6d
commit
7232b74628
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user