Searched refs:test_get_volume_paths (Results 1 – 11 of 11) sorted by relevance
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/connectors/ |
H A D | test_local.py | 38 def test_get_volume_paths(self): member in LocalConnectorTestCase
|
H A D | test_remotefs.py | 56 def test_get_volume_paths(self, mock_mount): member in RemoteFsConnectorTestCase
|
H A D | test_huawei.py | 104 def test_get_volume_paths(self, mock_query_attached): member in HuaweiStorHyperConnectorTestCase
|
H A D | test_scaleio.py | 155 def test_get_volume_paths(self, mock_wait_for_path, mock_exists): member in ScaleIOConnectorTestCase
|
H A D | test_rbd.py | 38 def test_get_volume_paths(self, mock_rados, mock_rbd): member in RBDConnectorTestCase
|
H A D | test_fibre_channel.py | 179 def test_get_volume_paths(self, fake_fc_hbas_info, member in FibreChannelConnectorTestCase
|
H A D | test_nvmeof.py | 194 def test_get_volume_paths(self): member in NVMeOFConnectorTestCase
|
H A D | test_iscsi.py | 320 def test_get_volume_paths(self, mock_potential_paths, mock_exists): member in ISCSIConnectorTestCase
|
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/windows/ |
H A D | test_rbd.py | 59 def test_get_volume_paths(self, mock_get_dev_name): member in WindowsRBDConnectorTestCase
|
H A D | test_iscsi.py | 180 def test_get_volume_paths(self, mock_check_dev_paths, member in WindowsISCSIConnectorTestCase
|
H A D | test_fibre_channel.py | 116 def test_get_volume_paths(self, mock_get_disk_paths_by_scsi_id, member in WindowsFCConnectorTestCase
|