mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
qemu-iotests: Introduce _unsupported_imgopts
Introduce _unsupported_imgopts that causes _notrun for specific image options. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
e04fb07fd1
commit
2c77f52e39
@ -406,6 +406,17 @@ _default_cache_mode()
|
||||
fi
|
||||
}
|
||||
|
||||
_unsupported_imgopts()
|
||||
{
|
||||
for bad_opt
|
||||
do
|
||||
if echo "$IMGOPTS" | grep -q 2>/dev/null "$bad_opt"
|
||||
then
|
||||
_notrun "not suitable for image option: $bad_opt"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
# this test requires that a specified command (executable) exists
|
||||
#
|
||||
_require_command()
|
||||
|
Loading…
Reference in New Issue
Block a user