Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A D03348 do_test() function
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
76 do_test $align "$write_zero_cmd 0x400 0x20000" "$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
87 do_test $align "$write_zero_cmd 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io
91 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
[all …]
H A D298128 def do_test(self, prealloc_mode, new_size): member in TestTruncate
152 self.do_test('off', '5M')
155 self.do_test('falloc', '50M')
158 self.do_test('metadata', '50M')
161 self.do_test('full', '50M')
164 self.do_test('off', '50M')
167 self.do_test('falloc', '150M')
170 self.do_test('metadata', '150M')
173 self.do_test('full', '150M')
176 self.do_test('off', '150M')
/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse63 do_test() { function
113 do_test external ignore off sparse
114 do_test external unmap off sparse
115 do_test external unmap unmap sparse
116 do_test off ignore off sparse
117 do_test off unmap off sparse
118 do_test off unmap unmap sparse
119 do_test full ignore off full
120 do_test full unmap off sparse
121 do_test full unmap unmap sparse
H A Dimage-fleecing55 def do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path, function
283 do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path,
/qemu/tests/tcg/aarch64/
H A Dpauth-2.c21 void do_test(uint64_t value) in do_test() function
93 do_test(0); in main()
94 do_test(0xda004acedeadbeefull); in main()
/qemu/tests/functional/
H A Dtest_multiprocess.py39 def do_test(self, kernel_asset, initrd_asset, member in Multiprocess
90 self.do_test(self.ASSET_KERNEL_X86, self.ASSET_INITRD_X86,
94 self.do_test(self.ASSET_KERNEL_AARCH64, self.ASSET_INITRD_AARCH64,
/qemu/tests/tcg/multiarch/
H A Dsha512.c949 static bool do_test(const struct test *t) in do_test() function
981 ok1(do_test(&tests[i])); in main()