Merge "Enable vnc console test"

This commit is contained in:
Zuul 2024-11-11 18:59:55 +00:00 committed by Gerrit Code Review
commit bbdcee55b6
2 changed files with 4 additions and 1 deletions

View File

@ -345,6 +345,7 @@ class openstack_integration::tempest (
compute_build_interval => 10,
ca_certificates_file => $::openstack_integration::params::ca_bundle_cert_path,
attach_encrypted_volume => $attach_encrypted_volume,
vnc_console => true,
tempest_workspace => '/tmp/openstack/tempest',
run_ssh => true,
l2gw_switch => $l2gw_switch,

View File

@ -279,8 +279,10 @@ set +e
# Smoke suite
echo "smoke" > /tmp/openstack/tempest/test-include-list.txt
echo "tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON" >> /tmp/openstack/tempest/test-include-list.txt
# Horizon
echo "dashboard" >> /tmp/openstack/tempest/test-include-list.txt
echo "tempest.scenario.test_dashboard_basic_ops" >> /tmp/openstack/tempest/test-include-list.txt
# Aodh
echo "TelemetryAlarming" >> /tmp/openstack/tempest/test-include-list.txt