From 1774c01c20aa9ecb4fc97465113e21706260a525 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 9 Nov 2024 11:15:01 +0900 Subject: [PATCH] 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 --- manifests/tempest.pp | 1 + run_tests.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index d7a0506b7..7f350efce 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -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, diff --git a/run_tests.sh b/run_tests.sh index b2ce41dd1..ac58c278d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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