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 ce3accba3..ad68394fa 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