Lines Matching +full:default +full:- +full:trigger
28 status=1 # failure is the default!
56 IO_EXTRA_ARGS="--image-opts"
58 IO_OPEN_ARG="-o driver=$IMGFMT,file.align=$align blkdebug::$img"
70 for write_zero_cmd in "write -z" "aio_write -z"; do
74 do_test $align "write -P 0xa 0x200 0x400" "$TEST_IMG" | _filter_qemu_io
75 do_test $align "write -P 0xa 0x20000 0x600" "$TEST_IMG" | _filter_qemu_io
80 do_test $align "read -P 0xa 0x200 0x200" "$TEST_IMG" | _filter_qemu_io
81 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
82 do_test $align "read -P 0xa 0x20400 0x200" "$TEST_IMG" | _filter_qemu_io
86 do_test $align "write -P 0xb 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io
91 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
95 do_test $align "write -P 0xb 0x0 0x1000" "$TEST_IMG" | _filter_qemu_io
100 do_test $align "read -P 0xb 0x0 0x200" "$TEST_IMG" | _filter_qemu_io
101 do_test $align "read -P 0x0 0x200 0x200" "$TEST_IMG" | _filter_qemu_io
102 do_test $align "read -P 0xb 0x400 0xc00" "$TEST_IMG" | _filter_qemu_io
110 # Trigger truncate that would shrink qcow2 L1 table, which is done by
122 do_test 512 "write -P 1 0 0x200" "$TEST_IMG" | _filter_qemu_io
124 do_test 512 "write -P 1 $L2_COVERAGE 0x200" "$TEST_IMG" | _filter_qemu_io
132 do_test 512 "read -P 1 0 0x200" "$TEST_IMG" | _filter_qemu_io
137 rm -f $seq.full