Searched refs:new_with_config_file (Results 1 – 2 of 2) sorted by relevance
57 let mut vm = TestVm::new_with_config_file(Config::new()).unwrap(); in boot_test_vm_config_file()214 let mut vm = TestVm::new_with_config_file(Config::new().disable_sandbox()).unwrap(); in boot_test_vm_disable_sandbox_config_file()
441 pub fn new_with_config_file(cfg: Config) -> Result<TestVm> { in new_with_config_file() method