nova/nova/tests/unit/console
sridhargaddam 7d5cddf3e4 Fix noVNC console access for an IPv6 setup
Following a recent change in websocket proxy code
(commit: fdb73a2d44),
novnc console access is not working for IPv6 addresses.
This patch fixes the issue by taking into account the way
IPv6 urls are constructed and parsing them accordingly.

Closes-Bug: #1456963
Change-Id: Ia6c50be1e3cbe8a21f0a75b6a7cebd1712d311f8
2015-06-15 09:23:25 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_console.py Using Instance object instead of db call 2015-03-13 14:35:40 +02:00
test_rpcapi.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_serial.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_type.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_websocketproxy.py Fix noVNC console access for an IPv6 setup 2015-06-15 09:23:25 +00:00