099 (33886ebeec0c0ff6253a49253fae0db44c9ed0f3) | 099 (550830f9351291c585c963204ad9127998b1c1ce) |
---|---|
1#!/bin/bash 2# 3# Test valid filenames for blkdebug and blkverify representatively for 4# other protocols (such as NBD) when queried 5# 6# Copyright (C) 2014 Red Hat, Inc. 7# 8# This program is free software; you can redistribute it and/or modify --- 27 unchanged lines hidden (view full) --- 36trap "_cleanup; exit \$status" 0 1 2 3 15 37 38# get standard environment, filters and checks 39. ./common.rc 40. ./common.filter 41 42# Basically all formats, but "raw" has issues with _filter_imgfmt regarding the 43# raw comparison image for blkverify; also, all images have to support creation | 1#!/bin/bash 2# 3# Test valid filenames for blkdebug and blkverify representatively for 4# other protocols (such as NBD) when queried 5# 6# Copyright (C) 2014 Red Hat, Inc. 7# 8# This program is free software; you can redistribute it and/or modify --- 27 unchanged lines hidden (view full) --- 36trap "_cleanup; exit \$status" 0 1 2 3 15 37 38# get standard environment, filters and checks 39. ./common.rc 40. ./common.filter 41 42# Basically all formats, but "raw" has issues with _filter_imgfmt regarding the 43# raw comparison image for blkverify; also, all images have to support creation |
44_supported_fmt cow qcow qcow2 qed vdi vhdx vmdk vpc | 44_supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc |
45_supported_proto file 46_supported_os Linux 47 48 49function do_run_qemu() 50{ 51 $QEMU -nographic -qmp stdio -serial none "$@" 52} --- 64 unchanged lines hidden --- | 45_supported_proto file 46_supported_os Linux 47 48 49function do_run_qemu() 50{ 51 $QEMU -nographic -qmp stdio -serial none "$@" 52} --- 64 unchanged lines hidden --- |