Skip to content

Commit 10db2b8

Browse files
Michelle MandelJordan Pittier
authored andcommitted
Enable VNC console in tempest.conf
If the NoVNC service is enabled, enable vnc_console in tempest.conf. This will allow tempest tests that interact with VNC to be executed. Change-Id: Idb38a3b11e2f61f23adf1ec23c04ddccd72e7539 Depends-On: I09aed8de28f1ba2637382e870134ced38808df29
1 parent a1913db commit 10db2b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/tempest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ function configure_tempest {
377377
fi
378378
fi
379379

380+
if is_service_enabled n-novnc; then
381+
iniset $TEMPEST_CONFIG compute-feature-enabled vnc_console True
382+
fi
383+
380384
# Network
381385
iniset $TEMPEST_CONFIG network api_version 2.0
382386
iniset $TEMPEST_CONFIG network project_networks_reachable false

0 commit comments

Comments
 (0)