MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / temp_api_path

Function temp_api_path

cloud-hypervisor/tests/common/utils.rs:91–99  ·  view source on GitHub ↗
(tmp_dir: &TempDir)

Source from the content-addressed store, hash-verified

89}
90
91pub(crate) fn temp_api_path(tmp_dir: &TempDir) -> String {
92 String::from(
93 tmp_dir
94 .as_path()
95 .join("cloud-hypervisor.sock")
96 .to_str()
97 .unwrap(),
98 )
99}
100
101pub(crate) fn wait_for_virtiofsd_socket(socket: &str) {
102 // Wait for virtiofds to start

Callers 15

test_iommu_segmentsFunction · 0.85
test_pty_interactionFunction · 0.85
test_cpu_hotplugFunction · 0.85
test_memory_hotplugFunction · 0.85
test_virtio_memFunction · 0.85
test_resizeFunction · 0.85
test_disk_resizeFunction · 0.85
test_disk_resize_qcow2Function · 0.85
_test_pmem_hotplugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected