Test graphical console novnc connection
This creates a fake-graphical console and confirms that the websocket
returns the first part of an RFB handshake. For the systemd console
container provider this confirms that the container is running and
listening for incoming VNC connections. This is the same level of test
coverage that nova-novncproxy has in tempest.
Change-Id: Iad118cf2d031125450c00f83b7edfc3f0cedbd1a
Signed-off-by: Steve Baker <sbaker@redhat.com>
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index 38a67eb..b0f44d2 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -193,6 +193,9 @@
cfg.ListOpt('enabled_bios_interfaces',
default=['fake'],
help="List of Ironic enabled bios interfaces."),
+ cfg.ListOpt('enabled_console_interfaces',
+ default=['fake', 'no-console'],
+ help="List of Ironic enabled console interfaces."),
cfg.ListOpt('enabled_deploy_interfaces',
default=['iscsi', 'direct'],
help="List of Ironic enabled deploy interfaces."),