summaryrefslogtreecommitdiff
path: root/nova/tests/unit/cmd/test_baseproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Remove six.movesTakashi Natsume2020-11-071-1/+2
* Allow TLS ciphers/protocols to be configurable for console proxiesNathan Kinder2020-02-121-5/+24
* Fix wrong assertions in unit testsTakashi NATSUME2019-08-191-1/+1
* console: introduce basic framework for security proxyingDaniel P. Berrange2017-09-281-1/+1
* Clean up stdout/stderr leakage in cmd testingSean Dague2016-09-261-4/+12
* baseproxy: stop requiring CONF.verboseEmilien Macchi2016-05-161-5/+2
* The 'record' option of the WebSocketProxy should be stringRadoslav Gerganov2016-04-011-1/+1
* Fix error handling in nova.cmd.baseproxyWen Zhi Yu2015-10-221-0/+11
* Make BaseProxyTestCase.test_proxy deterministic wrt traffic/verboseMatt Riedemann2015-08-031-0/+3
* Get py34 subunit.run test discovery to workDavanum Srinivas2015-07-281-2/+2
* Switch to oslo.reportsSergey Vilgelm2015-07-231-1/+1
* console: add unit tests for baseproxyMatt Riedemann2015-02-231-0/+64