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: I2c76372fe96604b75e90345a81c25fdceb16108e
This commit is contained in:
Ghanshyam Mann 2021-02-09 13:57:32 -06:00
parent 17eabb6536
commit c2db6c2c07
2 changed files with 3 additions and 5 deletions

View File

@ -67,7 +67,7 @@ elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
:
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
# Horizon dashboard Url in tempest_horizon
# Horizon dashboard Url in tempest
if is_service_enabled tempest; then
local ip=$(get_kubernetes_service_ip horizon)
iniset $TEMPEST_CONFIG dashboard dashboard_url http://$ip

View File

@ -15,7 +15,6 @@
- openstack/magnum
- openstack/magnum-tempest-plugin
- openstack/horizon
- openstack/tempest-horizon
nodeset:
nodes:
- name: controller
@ -48,20 +47,19 @@
- src/opendev.org/openstack
- src/opendev.org/vexxhost
tox_envlist: all
tempest_test_regex: (\[.*\bsmoke\b.*\]|(^heat_tempest_plugin.tests.api)|(^tempest_horizon.tests.scenario)|(^barbican_tempest_plugin.tests.api)|(^barbican_tempest_plugin.tests.scenario))
tempest_test_regex: (\[.*\bsmoke\b.*\]|(^heat_tempest_plugin.tests.api)|(^tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)|(^barbican_tempest_plugin.tests.api)|(^barbican_tempest_plugin.tests.scenario))
tempest_black_regex: (^tempest.scenario.test_network_basic_ops|barbican_tempest_plugin.tests.scenario.(test_certificate_validation|test_image_signing.ImageSigningTest.test_signed_image_upload_boot_failure|test_volume_encryption.VolumeEncryptionTest.test_encrypted_cinder_volumes_cryptsetup))
tempest_plugins:
- barbican-tempest-plugin
- heat-tempest-plugin
- magnum-tempest-plugin
- tempest-horizon
devstack_localrc:
NEUTRON_DEPLOY_MOD_WSGI: true
NOVA_BRANCH: stable/ussuri
Q_USE_ROOTWRAP: false
SWIFT_BRANCH: stable/ussuri
TEMPEST_PLUGINS: /opt/stack/barbican-tempest-plugin /opt/stack/heat-tempest-plugin
/opt/stack/magnum-tempest-plugin /opt/stack/tempest-horizon
/opt/stack/magnum-tempest-plugin
docker_use_buildset_registry: true
minikube_dns_resolvers: [1.1.1.1, 8.8.8.8]
ensure_kubernetes_minikube_addons: [metrics-server]