[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH 3/3] iotests: Skip test 162 if ther
From: |
Eric Blake |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH 3/3] iotests: Skip test 162 if there is no SSH support |
Date: |
Wed, 12 Oct 2016 17:36:02 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
On 10/12/2016 03:49 PM, Max Reitz wrote:
> Signed-off-by: Max Reitz <address@hidden>
> ---
> tests/qemu-iotests/162 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/qemu-iotests/162 b/tests/qemu-iotests/162
> index f8eecb3..cad2bd7 100755
> --- a/tests/qemu-iotests/162
> +++ b/tests/qemu-iotests/162
> @@ -35,6 +35,9 @@ status=1 # failure is the default!
> _supported_fmt generic
> _supported_os Linux
>
> +test_ssh=$($QEMU_IMG --help | grep '^Supported formats:.* ssh\( \|$\)')
> +[ "$test_ssh" = "" ] && _notrun "ssh support required"
> +
Reviewed-by: Eric Blake <address@hidden>
> echo
> echo '=== NBD ==='
> # NBD expects all of its arguments to be strings
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH 0/3] iotests: Skip 162 if there is no SSH support, Max Reitz, 2016/10/12
- [Qemu-block] [PATCH 1/3] block: Fix bdrv_iterate_format() sorting, Max Reitz, 2016/10/12
- [Qemu-block] [PATCH 2/3] block: Emit modules in bdrv_iterate_format(), Max Reitz, 2016/10/12
- [Qemu-block] [PATCH 3/3] iotests: Skip test 162 if there is no SSH support, Max Reitz, 2016/10/12
- Re: [Qemu-block] [Qemu-devel] [PATCH 3/3] iotests: Skip test 162 if there is no SSH support,
Eric Blake <=
- Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] iotests: Skip 162 if there is no SSH support, no-reply, 2016/10/12
- Re: [Qemu-block] [PATCH 0/3] iotests: Skip 162 if there is no SSH support, Max Reitz, 2016/10/28