ahci: remove disk image after test

This commit is contained in:
Christian Helmuth 2017-03-21 12:33:27 +01:00
parent a2ad5c06ab
commit 707f66e9a5
2 changed files with 4 additions and 0 deletions

View File

@ -95,3 +95,5 @@ append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device a
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_bench.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"
run_genode_until "Done.*\n" 100
exec rm -f bin/ext2.raw

View File

@ -86,3 +86,5 @@ append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device a
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_blk.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"
run_genode_until "Tests finished successfully!" 100
exec rm -f bin/ext2.raw