uefi-rs
uefi-rs copied to clipboard
Tests for the file system protocols
Currently, we have no test coverage for the file system related protocols.
@HadrienG2 on #54:
To prevent filesystem tests from having a long-lasting impact on the testing environment (even if there's a bug in them), it would be good to have them operate on a throwaway ramdisk which QEMU discards at the end.
btw: this is partially covered by https://github.com/rust-osdev/uefi-rs/pull/475
I think we can close this. We have multiple tests, see https://github.com/rust-osdev/uefi-rs/blob/main/uefi-test-runner/src/proto/media/known_disk.rs#L301
feel free to re-open if I've missed something