Enable vnc console test

... to ensure that nova-vncproxy and its related options are configured
correctly.

Depends-on: https://review.opendev.org/934524
Change-Id: Id74710435f8cab55102528253e9f5ea62488d557
This commit is contained in:
Takashi Kajinami 2024-11-09 11:15:01 +09:00
parent 915c07d253
commit 1774c01c20
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