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:
Michal Privoznik 2021-10-21 11:01:03 +02:00
parent a2c40900ed
commit 7ce6a2f30e
4 changed files with 0 additions and 15 deletions

View File

@ -1,3 +0,0 @@
{
}

View File

@ -1,7 +0,0 @@
{
"id": "libvirt-1",
"error": {
"class": "CommandNotFound",
"desc": "The command query-migrate-parameters has not been found"
}
}

View File

@ -1,4 +0,0 @@
<test>
<migParams>
</migParams>
</test>

View File

@ -219,7 +219,6 @@ mymain(void)
ret = -1; \
} while (0)
DO_TEST("unsupported");
DO_TEST("empty");
DO_TEST("basic");
DO_TEST("tls");