Use Tempest for dashboard test instead of tempest-horizon
All tests implemented in tempest-horizon have been merged to tempest[1] and tempest-horizon will be retired, so we assume that we no longer need to install tempest-horizon plugins. [1] https://review.opendev.org/771727/ Change-Id: I2639127f9258298f48154f782d654858a71a7c36
This commit is contained in:
parent
33461af97d
commit
3b32c5ca30
@ -23,13 +23,8 @@ tempest_run: yes
|
|||||||
tempest_dashboard_login_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/auth/login/"
|
tempest_dashboard_login_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/auth/login/"
|
||||||
tempest_dashboard_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/"
|
tempest_dashboard_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/"
|
||||||
|
|
||||||
tempest_plugins:
|
|
||||||
- name: tempest-horizon
|
|
||||||
repo: https://github.com/openstack/tempest-horizon
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
tempest_test_whitelist:
|
tempest_test_whitelist:
|
||||||
- tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
|
- tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
|
||||||
|
|
||||||
tempest_tempest_conf_overrides:
|
tempest_tempest_conf_overrides:
|
||||||
dashboard:
|
dashboard:
|
||||||
|
Loading…
Reference in New Issue
Block a user