Home
last modified time | relevance | path

Searched defs:mock_exec (Results 1 – 14 of 14) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_gpfs.py107 def test_gpfs_local_execute(self, mock_exec): argument
114 def test_get_gpfs_state_ok(self, mock_exec): argument
370 mock_exec, argument
434 mock_exec, argument
457 mock_exec, argument
514 mock_exec, argument
721 mock_exec): argument
1031 mock_exec, argument
1088 mock_exec): argument
1166 def test_clone_image_pub(self, mock_exec): argument
[all …]
H A Dtest_rbd.py1879 def test_failover_volume_error(self, is_demoted, mock_exec): argument
1901 def test_failover_volume(self, mock_exec): argument
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/privileged/
H A Dtest_nvmeof.py41 def test_create_hostnqn(self, mock_exec, mock_mkdirs, mock_open, argument
62 def test_create_hostnqn_generate(self, mock_exec, mock_mkdirs, mock_open, argument
90 mock_exec, mock_mkdirs): argument
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_executors.cpp62 struct mock_exec : tw::executor { struct
65 return "mock_exec"; in name() argument
75 auto exec = std::make_shared<mock_exec>(); argument
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/
H A Dtest_utils.py30 def test_check_manual_scan_supported(self, mock_exec): argument
38 def test_check_manual_scan_not_supported(self, mock_exec): argument
H A Dtest_linuxscsi.py915 def test_is_multipath_running(self, mock_exec): argument
924 self, mock_exec, mock_log argument
935 self, mock_exec, mock_log argument
948 self, mock_exec, mock_log argument
960 self, mock_exec, mock_log argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_image_utils.py36 def test_qemu_img_info(self, mock_exec, mock_info): argument
82 def test_get_qemu_img_version(self, mock_exec): argument
162 mock_exec, argument
268 mock_exec, mock_info): argument
284 def test_defaults(self, mock_exec): argument
293 def test_run_as_root(self, mock_exec): argument
1424 def test_extract_targz(self, mock_exec): argument
1436 def test_set_vhd_parent(self, mock_exec): argument
1465 def test_get_vhd_size(self, mock_exec): argument
1475 def test_resize_vhd(self, mock_exec): argument
[all …]
H A Dtest_volume_utils.py472 def test_check_for_odirect_support(self, mock_exec): argument
503 def test_check_for_odirect_support_error(self, mock_exec): argument
563 def test_copy_volume_dd_iflag_and_oflag(self, mock_conf, mock_exec, argument
593 def test_copy_volume_dd_no_iflag_or_oflag(self, mock_exec, mock_support): argument
622 def test_copy_volume_dd_no_throttle(self, mock_exec, mock_support): argument
635 def test_copy_volume_dd_with_ionice(self, mock_exec, mock_support): argument
649 def test_copy_volume_dd_with_sparse(self, mock_exec, mock_support): argument
663 def test_copy_volume_dd_with_sparse_iflag_and_oflag(self, mock_exec, argument
H A Dtest_utils.py155 def test_read_file_as_root(self, mock_exec): argument
167 def test_read_file_as_root_fails(self, mock_exec): argument
319 def test_get_uid(self, mock_exec, mock_getuid, mock_stat): argument
334 def test_supplied_owner_uid(self, mock_exec, mock_getuid, mock_stat): argument
349 def test_matching_uid(self, mock_exec, mock_getuid, mock_stat): argument
479 mock_exec, mock_stat): argument
/dports/devel/py-azure-identity/azure-identity-1.5.0/tests/
H A Dtest_cli_credential_async.py24 def mock_exec(stdout, stderr="", return_code=0): function
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/targets/
H A Dtest_tgt_driver.py217 mock_exec, argument
257 mock_exec, argument
H A Dtest_lio_driver.py207 def test_ensure_export(self, mock_exec, mock_execute, mock_get_targets): argument
/dports/devel/py-os-vif/os_vif-2.7.0/vif_plug_linux_bridge/tests/unit/
H A Dtest_linux_net.py52 def test_set_device_invalid_mtu(self, mock_exec): argument
/dports/security/py-gvm-tools/gvm-tools-21.10.0/tests/
H A Dtest_helper.py192 def test_run_script(self, mock_exec, mock_open): argument