ironic/ironic/tests/unit/conductor
Zhenguo Niu dc080b598b Add console feature to ssh driver
Currently there is no support to get console in dev and
test environments, this patch implements a console driver
ShellinaboxConsole to add ability of console access for
SSH driver using 'virsh console'.

For non-virsh ssh drivers, a 'GET /v1/drivers/properties'
request will return False for the console interface (as
opposed to None) with a 'not supported ...' reason.

Change-Id: I2764e0cb4b5b489762e00cd266212b902acc0746
Closes-Bug: #1526305
2015-12-22 15:35:49 +00:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
mgr_utils.py Split BaseConductorManager from ConductorManager 2015-12-03 14:49:17 +01:00
test__mgr_utils.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
test_base_manager.py Split BaseConductorManager from ConductorManager 2015-12-03 14:49:17 +01:00
test_manager.py Add console feature to ssh driver 2015-12-22 15:35:49 +00:00
test_rpcapi.py Correct NotImplemented to NotImplementedError in rpcapi.py 2015-12-09 11:10:58 +08:00
test_task_manager.py Specifying target provision states in fsm 2015-11-18 20:38:08 +00:00
test_utils.py Move common code from ironic.conductor.manager to ironic.conductor.utils 2015-11-25 18:03:43 +01:00