Name update
This commit is contained in:
@@ -126,7 +126,10 @@ mod tests {
|
||||
fn bootfile_names_stable() {
|
||||
assert_eq!(ClientArch::LegacyX86.ipxe_bootfile(), Some("undionly.kpxe"));
|
||||
assert_eq!(ClientArch::X64Uefi.ipxe_bootfile(), Some("snponly.efi"));
|
||||
assert_eq!(ClientArch::Arm64Uefi.ipxe_bootfile(), Some("snponly-arm64.efi"));
|
||||
assert_eq!(
|
||||
ClientArch::Arm64Uefi.ipxe_bootfile(),
|
||||
Some("snponly-arm64.efi")
|
||||
);
|
||||
assert_eq!(ClientArch::Unknown(0xFFFF).ipxe_bootfile(), None);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user