uefi-rs icon indicating copy to clipboard operation
uefi-rs copied to clipboard

Tests for the file system protocols

Open GabrielMajeri opened this issue 7 years ago • 1 comments

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.

GabrielMajeri avatar Sep 28 '18 07:09 GabrielMajeri

btw: this is partially covered by https://github.com/rust-osdev/uefi-rs/pull/475

phip1611 avatar Aug 30 '22 11:08 phip1611

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

phip1611 avatar Nov 27 '22 11:11 phip1611