From 7232b74628ad0e83c1fa1596a04b02a86cf1fdb7 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Thu, 9 Jun 2016 01:57:31 -0500 Subject: [PATCH] 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 --- tests/test-horizon-functional.yml | 2 +- tests/test-vars.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test-horizon-functional.yml b/tests/test-horizon-functional.yml index 6782640f..ae4debbf 100644 --- a/tests/test-horizon-functional.yml +++ b/tests/test-horizon-functional.yml @@ -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: diff --git a/tests/test-vars.yml b/tests/test-vars.yml index b6423187..747a3a5d 100644 --- a/tests/test-vars.yml +++ b/tests/test-vars.yml @@ -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