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:
parent
915c07d253
commit
1774c01c20
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user