Home
last modified time | relevance | path

Searched refs:IMGPROTO (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc283 if [ "$IMGPROTO" = "file" ]; then
286 elif [ "$IMGPROTO" = "nbd" ]; then
290 elif [ "$IMGPROTO" = "fuse" ]; then
293 elif [ "$IMGPROTO" = "ssh" ]; then
296 elif [ "$IMGPROTO" = "nfs" ]; then
300 TEST_IMG="$DRIVER,file.driver=$IMGPROTO,file.filename=$TEST_DIR/t.$IMGFMT"
304 if [ "$IMGPROTO" = "file" ]; then
306 elif [ "$IMGPROTO" = "nbd" ]; then
309 elif [ "$IMGPROTO" = "fuse" ]; then
312 elif [ "$IMGPROTO" = "ssh" ]; then
[all …]
H A D19770 IMGPROTO=file IMGFMT=qcow2 TEST_IMG_FILE="$TEST_WRAP" \
119 IMGPROTO=file IMGFMT=qcow2 TEST_IMG_FILE="$TEST_WRAP" \
132 IMGPROTO=file IMGFMT=qcow2 TEST_IMG_FILE="$TEST_WRAP" \
H A D131146 imgopts="driver=$IMGFMT,file.driver=$IMGPROTO,file.filename=$TEST_IMG"
148 imgopts+=",backing.file.driver=$IMGPROTO,backing.file.filename=$TEST_IMG.base"
H A D12348 TEST_IMG_FILE=$SRC_IMG IMGPROTO=file _make_test_img 1M
H A D09449 TEST_IMG_FILE="$TEST_DIR/source.$IMGFMT" IMGPROTO=file _make_test_img 64M
H A D21567 IMGPROTO=file IMGFMT=qcow2 TEST_IMG_FILE="$TEST_WRAP" \
H A D033128 if [ $IMGFMT = "qcow2" ] && [ $IMGPROTO = "file" ]; then
H A Dcommon.filter227 -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \
H A D04945 sed -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \