nova/nova/tests/unit/console
Jens Rosenboom b726f2553c Fix novncproxy for python3
The getheader() function isn't available in python3 [1]. Instead one can
simply use get() similar to what is done in the websockify module that
this code is using.

[1] https://bugs.python.org/issue4773

Change-Id: I349742d80e0abeb7866eeeb647ce18948eff81f8
Partial-Bug: 1663593
2017-02-16 10:04:33 +01:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_console.py tests: Replace use of CONF with monkey patching 2017-01-06 14:54:47 +00:00
test_rpcapi.py Replaces contextlib.nested with test.nested 2015-10-08 23:13:30 +03:00
test_serial.py Remove invalid test methods for config option port_range 2016-06-10 22:32:25 +08:00
test_type.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_websocketproxy.py Fix novncproxy for python3 2017-02-16 10:04:33 +01:00