Changeset 38563 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Aug 29, 2011 7:33:42 PM (13 years ago)
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r38463 r38563 82 82 $(VBOX_PATH_STORAGE_SRC)/RAW.cpp \ 83 83 $(VBOX_PATH_STORAGE_SRC)/QED.cpp \ 84 $(VBOX_PATH_STORAGE_SRC)/QCOW.cpp \ 84 85 $(VBOX_PATH_STORAGE_SRC)/VCICache.cpp 85 86 vbox-img_LIBS = \ -
trunk/src/VBox/Storage/testcase/tstVDIo.vd
r38464 r38563 92 92 destroydisk name=test 93 93 94 # QCOW disk 95 print msg=Testing_QCOW 96 createdisk name=test verify=yes 97 create disk=test mode=base name=tstShared.qed type=dynamic backend=QCOW size=200M 98 io disk=test async=yes max-reqs=32 mode=seq blocksize=64k off=0-200M size=200M writes=100 99 io disk=test async=yes max-reqs=32 mode=seq blocksize=64k off=0-200M size=200M writes=0 100 io disk=test async=yes max-reqs=32 mode=rnd blocksize=64k off=0-200M size=200M writes=50 101 io disk=test async=yes max-reqs=32 mode=rnd blocksize=64k off=0-200M size=200M writes=0 102 close disk=test mode=single delete=no 103 open disk=test name=tstShared.qed backend=QCOW async=yes 104 io disk=test async=yes max-reqs=32 mode=rnd blocksize=64k off=0-200M size=200M writes=0 105 destroydisk name=test 106 94 107 iorngdestroy 95 108
Note:
See TracChangeset
for help on using the changeset viewer.