@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx luks
_supported_proto generic
_supported_os Linux
@@ -30,15 +30,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# currently only qcow2 allows for consistency checks using qemu-img
_supported_fmt qcow2
_supported_proto generic
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -29,15 +29,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# much of this could be generic for any format supporting compression.
_supported_fmt qcow qcow2
_supported_proto file
@@ -29,16 +29,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# much of this could be generic for any format supporting snapshots
_supported_fmt qcow2
_supported_proto file
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# actually any format that supports snapshots
_supported_fmt qcow2
_supported_proto generic
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_proto generic
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_proto file
@@ -29,6 +29,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -37,10 +41,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_proto file
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_proto generic
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -29,16 +29,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format that supports snapshots
_supported_fmt qcow2
_supported_proto generic
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# much of this could be generic for any format supporting compression.
_supported_fmt qcow qcow2
_supported_proto file
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Currently only qcow2 and qed support rebasing
_supported_fmt qcow2 qed
_supported_proto file
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt raw qcow2 qed
_supported_proto file sheepdog rbd nfs
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Currently only qcow2 supports rebasing
_supported_fmt qcow2
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vmdk qcow qcow2 qed
_supported_proto generic
_supported_os Linux
@@ -30,6 +30,11 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -38,11 +43,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-. ./common.qemu
-
# Any format supporting backing files except vmdk and qcow which do not support
# smaller backing files.
_supported_fmt qcow2 qed
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
rm -f $TEST_IMG.snap
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting intenal snapshots
_supported_fmt qcow2
_supported_proto generic
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# This tests qcow2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -29,16 +29,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# This works for any image format (though unlikely to segfault for raw)
_supported_fmt generic
_supported_proto generic
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow qcow2 vmdk qed
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
@@ -30,16 +30,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# This tests qcow2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow qcow2 vmdk qed
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 qed
_supported_proto file
_supported_os Linux
@@ -30,15 +30,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 qed
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# Any format supporting backing files
_supported_fmt qcow2 qed
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
echo "Cleanup"
@@ -41,10 +45,6 @@ _compare()
echo $?
}
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt raw qcow2 qed luks
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -35,9 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 qed
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
rm -f "$TEST_IMG.orig"
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 qcow
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -29,6 +29,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
nbd_unix_socket=$TEST_DIR/test_qemu_nbd_socket
nbd_snapshot_img="nbd:unix:$nbd_unix_socket"
rm -f "${TEST_DIR}/qemu-nbd.pid"
@@ -83,10 +87,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests vmdk-specific low-level functionality
_supported_fmt vmdk
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto generic
@@ -28,6 +28,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt qcow qcow2 vmdk qed raw
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vhdx
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto generic
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto generic
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qed qcow qcow2 vmdk
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vhdx
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_unsupported_proto vxhs
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
echo "Cleanup"
@@ -42,10 +46,6 @@ _compare()
echo $?
}
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt cloop
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt parallels
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt bochs
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file nfs
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
rm -f $TEST_IMG.snap
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file nfs
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests vdi-specific header fields
_supported_fmt vdi
_supported_proto file
@@ -37,6 +37,10 @@ snapshot_virt1="snapshot-v1.qcow2"
SNAPSHOTS=10
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -50,10 +54,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 raw
_supported_proto file nfs
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
rm -f $TEST_IMG.snap
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vpc
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file nfs
_supported_os Linux
@@ -31,6 +31,10 @@ status=1 # failure is the default!
MIG_FIFO="${TEST_DIR}/migrate"
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
rm -f "${MIG_FIFO}"
@@ -39,10 +43,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
rm -f $TEST_IMG.snap
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow
_supported_proto file
_supported_os Linux
@@ -27,19 +27,18 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
_cleanup_test_img
rm -f "$TEST_DIR/source.$IMGFMT"
}
-
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt generic
_supported_proto nbd
_supported_os Linux
@@ -30,6 +30,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -38,10 +42,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -28,6 +28,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files and bdrv_make_empty
_supported_fmt qcow qcow2
_supported_proto file
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# Basically all formats, but "raw" has issues with _filter_imgfmt regarding the
# raw comparison image for blkverify; also, all images have to support creation
_supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=$PWD
status=1 # failure is the default!
+# get standard environment, filters and qemu instance handling
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and qemu instance handling
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=$PWD
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file nfs
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2 vmdk vhdx qed
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=$PWD
status=1 # failure is the default!
+# get standard environment and filters
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment and filters
-. ./common.rc
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file nfs
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# Any format supporting backing files
_supported_fmt qed qcow qcow2 vmdk
_supported_proto file
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qed qcow qcow2 vmdk
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qcow2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# We can only test one format here because we need its sample file
_supported_fmt bochs
_supported_proto nbd
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_unsupported_proto vxhs
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -30,15 +30,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qed
_supported_proto generic
_supported_os Linux
@@ -27,17 +27,17 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
- _cleanup_test_img
+ _cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto nbd
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
rm -f "$TEST_IMG".[123]
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto nbd
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=$PWD
status=1 # failure is the default!
+# get standard environment and filters
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -39,9 +42,6 @@ get_image_size_on_host()
| sed -e 's/^[^0-9]*\([0-9]\+\).*$/\1/'
}
-# get standard environment and filters
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=$PWD
status=1 # failure is the default!
+# get standard environment, filters and qemu instance handling
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -36,10 +40,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and qemu instance handling
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -29,6 +29,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -36,10 +40,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto generic
_unsupported_proto vxhs
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt parallels
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.filter
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.filter
-
_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt vpc
_supported_proto generic
_supported_os Linux
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
# This tests qocw2-specific low-level functionality
_supported_fmt qcow2
_supported_proto file
@@ -31,6 +31,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -39,10 +43,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
# Needs backing file and backing format support
_supported_fmt qcow2 qed
_supported_proto file
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -32,6 +32,10 @@ status=1 # failure is the default!
TMP_SNAP1=${TEST_DIR}/tmp.qcow2
TMP_SNAP2=${TEST_DIR}/tmp2.qcow2
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -40,10 +44,6 @@ _cleanup()
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto generic
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt vpc
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw qcow2
_supported_proto file
_supported_os Linux
@@ -28,6 +28,10 @@ here="$PWD"
tmp=/tmp/$$
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_test_img
@@ -40,10 +44,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
size=32M
_check_ofd()
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -35,6 +35,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -42,10 +46,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2 qed
_supported_proto generic
_unsupported_proto vxhs
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
@@ -26,6 +26,9 @@ echo "QA output created by $seq"
here="$PWD"
status=1
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -33,9 +36,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-. ./common.rc
-. ./common.pattern
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -26,6 +26,9 @@ echo "QA output created by $seq"
here="$PWD"
status=1
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -33,9 +36,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-. ./common.rc
-. ./common.pattern
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -26,6 +26,9 @@ echo "QA output created by $seq"
here="$PWD"
status=1
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -33,9 +36,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-. ./common.rc
-. ./common.pattern
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -28,15 +28,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -27,17 +27,17 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
- _cleanup_test_img
+ _cleanup_test_img
rm -f "$TEST_IMG.2"
rm -f "$TEST_IMG.3"
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_qemu
@@ -35,10 +39,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto nfs
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_unsupported_fmt raw
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt raw
_supported_proto file
_supported_os Linux
@@ -31,6 +31,10 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -38,10 +42,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# Any format supporting backing files and bdrv_make_empty
_supported_fmt qcow2
_supported_proto file
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
_supported_fmt raw qcow2
_supported_proto file
_supported_os Linux
@@ -27,16 +27,16 @@ echo "QA output created by $seq"
here="$PWD"
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
- _cleanup_test_img
+ _cleanup_test_img
rm -f "$TEST_DIR/blkdebug.conf"
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -29,18 +29,18 @@ status=1 # failure is the default!
MIG_SOCKET="${TEST_DIR}/migrate"
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
rm -f "${MIG_SOCKET}"
- _cleanup_test_img
+ _cleanup_test_img
_cleanup_qemu
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt generic
# Formats that do not support live migration
_unsupported_fmt qcow vdi vhdx vmdk vpc vvfat
@@ -28,16 +28,16 @@ here="$PWD"
tmp=/tmp/$$
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -29,6 +29,10 @@ status=1 # failure is the default!
MIG_SOCKET="${TEST_DIR}/migrate"
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
rm -f "${MIG_SOCKET}"
@@ -38,10 +42,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2 raw qed dmg quorum
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -29,6 +29,10 @@ status=1 # failure is the default!
MIG_SOCKET="${TEST_DIR}/migrate"
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
rm -f "${TEST_IMG}.mid"
@@ -38,10 +42,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,17 +27,17 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
- _cleanup_test_img
+ _cleanup_test_img
rm -f "$TEST_IMG.2"
rm -f "$TEST_IMG.3"
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
@@ -27,15 +27,15 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
@@ -27,6 +27,10 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.pattern
+
_cleanup()
{
_cleanup_test_img
@@ -34,10 +38,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.pattern
-
# See 178 for more extensive tests across more formats
_supported_fmt qcow2
_supported_proto file
@@ -29,6 +29,10 @@ status=1 # failure is the default!
MIG_SOCKET="${TEST_DIR}/migrate"
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
rm -f "${TEST_IMG}.mid"
@@ -39,10 +43,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt qcow2
_unsupported_imgopts compat=0.10
_supported_proto file
@@ -28,16 +28,16 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+. ./common.qemu
+
_cleanup()
{
_cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-. ./common.qemu
-
_supported_fmt generic
_supported_proto file
_supported_os Linux
@@ -27,6 +27,9 @@ echo "QA output created by $seq"
here=`pwd`
status=1 # failure is the default!
+# get standard environment, filters and checks
+. ./common.rc
+
_cleanup()
{
_cleanup_test_img
@@ -34,9 +37,6 @@ _cleanup()
}
trap "_cleanup; exit \$status" 0 1 2 3 15
-# get standard environment, filters and checks
-. ./common.rc
-
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
The functions used in _cleanup() come from common.rc, which currently gets sourced after _cleanup() is defined and registered as a signal handler. When _cleanup() is executed, it has no valid references to those functions, as BASH won't resolve the reference at that time. While at it, also fix some tabs versus spaces indentation in _cleanup() in a few tests. Signed-off-by: Cleber Rosa <crosa@redhat.com> --- tests/qemu-iotests/001 | 6 +++--- tests/qemu-iotests/002 | 6 +++--- tests/qemu-iotests/003 | 6 +++--- tests/qemu-iotests/004 | 6 +++--- tests/qemu-iotests/005 | 6 +++--- tests/qemu-iotests/007 | 6 +++--- tests/qemu-iotests/008 | 6 +++--- tests/qemu-iotests/009 | 6 +++--- tests/qemu-iotests/010 | 6 +++--- tests/qemu-iotests/011 | 6 +++--- tests/qemu-iotests/012 | 6 +++--- tests/qemu-iotests/013 | 8 ++++---- tests/qemu-iotests/014 | 8 ++++---- tests/qemu-iotests/015 | 6 +++--- tests/qemu-iotests/017 | 8 ++++---- tests/qemu-iotests/018 | 8 ++++---- tests/qemu-iotests/019 | 8 ++++---- tests/qemu-iotests/020 | 8 ++++---- tests/qemu-iotests/021 | 6 +++--- tests/qemu-iotests/022 | 8 ++++---- tests/qemu-iotests/023 | 8 ++++---- tests/qemu-iotests/024 | 8 ++++---- tests/qemu-iotests/025 | 8 ++++---- tests/qemu-iotests/026 | 8 ++++---- tests/qemu-iotests/027 | 6 +++--- tests/qemu-iotests/028 | 10 +++++----- tests/qemu-iotests/029 | 8 ++++---- tests/qemu-iotests/031 | 8 ++++---- tests/qemu-iotests/032 | 8 ++++---- tests/qemu-iotests/033 | 6 +++--- tests/qemu-iotests/034 | 6 +++--- tests/qemu-iotests/035 | 6 +++--- tests/qemu-iotests/036 | 8 ++++---- tests/qemu-iotests/037 | 6 +++--- tests/qemu-iotests/038 | 6 +++--- tests/qemu-iotests/039 | 6 +++--- tests/qemu-iotests/042 | 6 +++--- tests/qemu-iotests/043 | 6 +++--- tests/qemu-iotests/046 | 6 +++--- tests/qemu-iotests/047 | 6 +++--- tests/qemu-iotests/048 | 8 ++++---- tests/qemu-iotests/049 | 6 +++--- tests/qemu-iotests/050 | 6 +++--- tests/qemu-iotests/051 | 6 +++--- tests/qemu-iotests/052 | 6 +++--- tests/qemu-iotests/053 | 6 +++--- tests/qemu-iotests/054 | 6 +++--- tests/qemu-iotests/058 | 8 ++++---- tests/qemu-iotests/059 | 6 +++--- tests/qemu-iotests/060 | 6 +++--- tests/qemu-iotests/061 | 6 +++--- tests/qemu-iotests/062 | 6 +++--- tests/qemu-iotests/063 | 8 ++++---- tests/qemu-iotests/064 | 6 +++--- tests/qemu-iotests/066 | 6 +++--- tests/qemu-iotests/068 | 6 +++--- tests/qemu-iotests/069 | 6 +++--- tests/qemu-iotests/070 | 6 +++--- tests/qemu-iotests/071 | 6 +++--- tests/qemu-iotests/072 | 6 +++--- tests/qemu-iotests/073 | 6 +++--- tests/qemu-iotests/074 | 8 ++++---- tests/qemu-iotests/075 | 6 +++--- tests/qemu-iotests/076 | 6 +++--- tests/qemu-iotests/077 | 6 +++--- tests/qemu-iotests/078 | 6 +++--- tests/qemu-iotests/079 | 6 +++--- tests/qemu-iotests/080 | 6 +++--- tests/qemu-iotests/082 | 6 +++--- tests/qemu-iotests/084 | 6 +++--- tests/qemu-iotests/085 | 8 ++++---- tests/qemu-iotests/086 | 6 +++--- tests/qemu-iotests/088 | 6 +++--- tests/qemu-iotests/089 | 6 +++--- tests/qemu-iotests/090 | 6 +++--- tests/qemu-iotests/091 | 8 ++++---- tests/qemu-iotests/092 | 6 +++--- tests/qemu-iotests/094 | 9 ++++----- tests/qemu-iotests/095 | 8 ++++---- tests/qemu-iotests/097 | 8 ++++---- tests/qemu-iotests/098 | 8 ++++---- tests/qemu-iotests/099 | 6 +++--- tests/qemu-iotests/101 | 6 +++--- tests/qemu-iotests/102 | 8 ++++---- tests/qemu-iotests/103 | 6 +++--- tests/qemu-iotests/105 | 6 +++--- tests/qemu-iotests/106 | 6 +++--- tests/qemu-iotests/107 | 6 +++--- tests/qemu-iotests/108 | 6 +++--- tests/qemu-iotests/109 | 8 ++++---- tests/qemu-iotests/110 | 6 +++--- tests/qemu-iotests/111 | 6 +++--- tests/qemu-iotests/112 | 6 +++--- tests/qemu-iotests/113 | 6 +++--- tests/qemu-iotests/114 | 6 +++--- tests/qemu-iotests/115 | 6 +++--- tests/qemu-iotests/116 | 6 +++--- tests/qemu-iotests/117 | 10 +++++----- tests/qemu-iotests/119 | 6 +++--- tests/qemu-iotests/120 | 6 +++--- tests/qemu-iotests/121 | 6 +++--- tests/qemu-iotests/122 | 6 +++--- tests/qemu-iotests/123 | 6 +++--- tests/qemu-iotests/125 | 6 +++--- tests/qemu-iotests/127 | 8 ++++---- tests/qemu-iotests/130 | 8 ++++---- tests/qemu-iotests/131 | 6 +++--- tests/qemu-iotests/133 | 6 +++--- tests/qemu-iotests/134 | 8 ++++---- tests/qemu-iotests/135 | 6 +++--- tests/qemu-iotests/137 | 8 ++++---- tests/qemu-iotests/138 | 6 +++--- tests/qemu-iotests/140 | 8 ++++---- tests/qemu-iotests/141 | 8 ++++---- tests/qemu-iotests/142 | 6 +++--- tests/qemu-iotests/143 | 8 ++++---- tests/qemu-iotests/144 | 8 ++++---- tests/qemu-iotests/145 | 6 +++--- tests/qemu-iotests/146 | 8 ++++---- tests/qemu-iotests/150 | 6 +++--- tests/qemu-iotests/153 | 8 ++++---- tests/qemu-iotests/154 | 6 +++--- tests/qemu-iotests/156 | 8 ++++---- tests/qemu-iotests/157 | 6 +++--- tests/qemu-iotests/158 | 6 +++--- tests/qemu-iotests/159 | 6 +++--- tests/qemu-iotests/160 | 6 +++--- tests/qemu-iotests/170 | 6 +++--- tests/qemu-iotests/171 | 6 +++--- tests/qemu-iotests/172 | 8 ++++---- tests/qemu-iotests/173 | 8 ++++---- tests/qemu-iotests/174 | 6 +++--- tests/qemu-iotests/175 | 6 +++--- tests/qemu-iotests/176 | 8 ++++---- tests/qemu-iotests/177 | 6 +++--- tests/qemu-iotests/178 | 8 ++++---- tests/qemu-iotests/179 | 8 ++++---- tests/qemu-iotests/181 | 10 +++++----- tests/qemu-iotests/182 | 8 ++++---- tests/qemu-iotests/183 | 8 ++++---- tests/qemu-iotests/184 | 6 +++--- tests/qemu-iotests/185 | 8 ++++---- tests/qemu-iotests/186 | 6 +++--- tests/qemu-iotests/187 | 8 ++++---- tests/qemu-iotests/188 | 6 +++--- tests/qemu-iotests/189 | 6 +++--- tests/qemu-iotests/190 | 8 ++++---- tests/qemu-iotests/191 | 8 ++++---- tests/qemu-iotests/192 | 8 ++++---- tests/qemu-iotests/195 | 6 +++--- 150 files changed, 506 insertions(+), 507 deletions(-)