Searched refs:bootResult (Results 1 – 1 of 1) sorted by relevance
1442 BootResult bootResult = tryBootVmWithConfig(config, "test_vm_invalid_config"); in bootFailsWhenConfigIsInvalid() local1443 assertThat(bootResult.payloadStarted).isFalse(); in bootFailsWhenConfigIsInvalid()1444 assertThat(bootResult.deathReason).isEqualTo( in bootFailsWhenConfigIsInvalid()1455 BootResult bootResult = tryBootVmWithConfig(config, "test_vm_invalid_binary_path"); in bootFailsWhenBinaryNameIsInvalid() local1456 assertThat(bootResult.payloadStarted).isFalse(); in bootFailsWhenBinaryNameIsInvalid()1457 assertThat(bootResult.deathReason) in bootFailsWhenBinaryNameIsInvalid()2454 BootResult bootResult = tryBootVmWithConfig(config, "test_boot_with_custom_vendor_pvm"); in bootFailsWithCustomVendorPartitionForPvm() local2455 assertThat(bootResult.payloadStarted).isFalse(); in bootFailsWithCustomVendorPartitionForPvm()2456 assertThat(bootResult.deathReason).isEqualTo(VirtualMachineCallback.STOP_REASON_REBOOT); in bootFailsWithCustomVendorPartitionForPvm()