Bring in tests against spice console
VNC has to do some extra handshake/negotiation as part of the RFB protocol, but
for SPICE console, it isn't neccesssary to get involved in the SPICE
protocol negotiation, since TLS is enabled before the protocol even
starts.
Closes-Bug: PRODX-37188
Change-Id: Ia6f21d529922e326822215f7125ab709855ea7d3
diff --git a/requirements.txt b/requirements.txt
index 6908527..7bfdb02 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,3 +22,4 @@
urllib3>=1.21.1 # MIT
debtcollector>=1.2.0 # Apache-2.0
tenacity>=4.4.0 # Apache-2.0
+websocket-client # LGPLv2+