From bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 Mon Sep 17 00:00:00 2001 From: RajithaY Date: Tue, 25 Apr 2017 03:31:15 -0700 Subject: Adding qemu as a submodule of KVMFORNFV This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY --- qemu/tests/qemu-iotests/039.out | 115 ---------------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 qemu/tests/qemu-iotests/039.out (limited to 'qemu/tests/qemu-iotests/039.out') diff --git a/qemu/tests/qemu-iotests/039.out b/qemu/tests/qemu-iotests/039.out deleted file mode 100644 index 32c884694..000000000 --- a/qemu/tests/qemu-iotests/039.out +++ /dev/null @@ -1,115 +0,0 @@ -QA output created by 039 - -== Checking that image is clean on shutdown == -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -incompatible_features 0x0 -No errors were found on the image. - -== Creating a dirty image file == -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -./common.config: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then - exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -else - exec "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -fi ) -incompatible_features 0x1 -ERROR cluster 5 refcount=0 reference=1 -ERROR OFLAG_COPIED data cluster: l2_entry=8000000000050000 refcount=0 - -2 errors were found on the image. -Data may be corrupted, or further writes to the image may corrupt it. - -== Read-only access must still work == -read 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -incompatible_features 0x1 - -== Repairing the image file must succeed == -ERROR cluster 5 refcount=0 reference=1 -Rebuilding refcount structure -Repairing cluster 1 refcount=1 reference=0 -Repairing cluster 2 refcount=1 reference=0 -The following inconsistencies were found and repaired: - - 0 leaked clusters - 1 corruptions - -Double checking the fixed image now... -No errors were found on the image. -incompatible_features 0x0 - -== Data should still be accessible after repair == -read 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) - -== Opening a dirty image read/write should repair it == -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -./common.config: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then - exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -else - exec "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -fi ) -incompatible_features 0x1 -ERROR cluster 5 refcount=0 reference=1 -Rebuilding refcount structure -Repairing cluster 1 refcount=1 reference=0 -Repairing cluster 2 refcount=1 reference=0 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -incompatible_features 0x0 - -== Creating an image file with lazy_refcounts=off == -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -./common.config: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then - exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -else - exec "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -fi ) -incompatible_features 0x0 -No errors were found on the image. - -== Committing to a backing file with lazy_refcounts=on == -Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -Image committed. -incompatible_features 0x0 -incompatible_features 0x0 -No errors were found on the image. -No errors were found on the image. - -== Changing lazy_refcounts setting at runtime == -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -./common.config: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then - exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -else - exec "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -fi ) -incompatible_features 0x1 -ERROR cluster 5 refcount=0 reference=1 -ERROR OFLAG_COPIED data cluster: l2_entry=8000000000050000 refcount=0 - -2 errors were found on the image. -Data may be corrupted, or further writes to the image may corrupt it. -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -wrote 512/512 bytes at offset 0 -512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -./common.config: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then - exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -else - exec "$QEMU_IO_PROG" $QEMU_IO_OPTIONS "$@"; -fi ) -incompatible_features 0x0 -No errors were found on the image. -*** done -- cgit 1.2.3-korg