mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemumigparamstest: Drop "unsupported" test case
The aim of "unsupported" test case is to check whether our code handles 'CommandNotFound' error returned for 'query-migrate-parameters' monitor command. Well, the command is pretty old and every QEMU that we are dealing with supports it. Thus this test case is useless. Drop it. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a2c40900ed
commit
7ce6a2f30e
@ -1,3 +0,0 @@
|
||||
{
|
||||
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"id": "libvirt-1",
|
||||
"error": {
|
||||
"class": "CommandNotFound",
|
||||
"desc": "The command query-migrate-parameters has not been found"
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<test>
|
||||
<migParams>
|
||||
</migParams>
|
||||
</test>
|
@ -219,7 +219,6 @@ mymain(void)
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
DO_TEST("unsupported");
|
||||
DO_TEST("empty");
|
||||
DO_TEST("basic");
|
||||
DO_TEST("tls");
|
||||
|
Loading…
x
Reference in New Issue
Block a user