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