Home
last modified time | relevance | path

Searched refs:corruption_test_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D271571 for corruption_test_cmd in read write; do
573 echo "### Corrupted L2 entries - $corruption_test_cmd test (allocated) ###"
586 $QEMU_IO -c "$corruption_test_cmd -q -P 0x11 0 1k" "$TEST_IMG"
587 if [ "$corruption_test_cmd" = "write" ]; then
602 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"
605 echo "### Corrupted L2 entries - $corruption_test_cmd test (unallocated) ###"
620 $QEMU_IO -c "$corruption_test_cmd -q 0 1k" "$TEST_IMG"
621 if [ "$corruption_test_cmd" = "write" ]; then
636 $QEMU_IO -c "$corruption_test_cmd 0 1k" "$TEST_IMG"
649 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"
[all …]