cinder/cinder/tests/unit/targets
Hamdy Khader 8d7e131c58 Adding NVMET target for NVMeOF
Implements NVMeOF driver to support NVMe target CLI.
A new target, NVMET, is added for the LVM driver, and allows
cinder to use nvmetcli in order to create/delete subsystems
on attaching/detaching an LVM volume.

By choosing target_helper as nvmet, target_protocol as rdma,
other parameters can be configured too in cinder.conf like
nvmet_port_id, nvmet_ns_id (for namespace) and
nvmet_subsystem_name. The target IP and port, that will be
used by nvmecli OS-brick NVMe connector, are taken from
target_ip and target_port in cinder.conf.

Implements: blueprint nvme-target-cli
Change-Id: I7cacd76c63e0ad29eb2d448ce07fbb5176f62721
2018-05-02 20:43:11 +03:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
targets_fixture.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_base_iscsi_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_cxt_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_iet_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_iser_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_lio_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
test_nvmeof_driver.py Adding abstract class NVMeOF 2018-04-17 15:52:16 +03:00
test_nvmet_driver.py Adding NVMET target for NVMeOF 2018-05-02 20:43:11 +03:00
test_scst_driver.py Targets test refactoring 2015-04-30 18:02:57 +03:00
test_tgt_driver.py Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00