mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
iotests: Skip test 162 if there is no SSH support
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20161012204907.25941-4-mreitz@redhat.com Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
eb0df69f50
commit
eaed090735
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
echo
|
||||
echo '=== NBD ==='
|
||||
# NBD expects all of its arguments to be strings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue