]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/027
iotests: define group in each iotest
[mirror_qemu.git] / tests / qemu-iotests / 027
index 08593da77579ac6d973215f077679d8c4d9ac71e..b279c88f3370afc6e99eeaac30dc42237eb49814 100755 (executable)
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
 #
 # Test that sub-cluster allocating writes zero the rest of the cluster
 #
@@ -24,7 +25,6 @@ owner=stefanha@linux.vnet.ibm.com
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
 status=1       # failure is the default!
 
 _cleanup()
@@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt vmdk qcow qcow2 qed
 _supported_proto generic
-_supported_os Linux
+_unsupported_imgopts "subformat=streamOptimized"
 
 
 size=128M