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

Method wait_vm_boot

test_infra/src/lib.rs:322–324  ·  view source on GitHub ↗
(&self, custom_timeout: u32)

Source from the content-addressed store, hash-verified

320 }
321
322 pub fn wait_vm_boot(&self, custom_timeout: u32) -> Result<(), WaitForBootError> {
323 Self::wait_vm_boot_from(self.tcp_listener_port, &self.guest_ip0, custom_timeout)
324 }
325}
326
327pub enum DiskType {

Calls 1

default_boot_timeoutMethod · 0.80