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-22 07:00:44 +02:00
parent a2c40900ed
commit 7ce6a2f30e
4 changed files with 0 additions and 15 deletions
-3
View File
@@ -1,3 +0,0 @@
{
}
@@ -1,7 +0,0 @@
{
"id": "libvirt-1",
"error": {
"class": "CommandNotFound",
"desc": "The command query-migrate-parameters has not been found"
}
}
-4
View File
@@ -1,4 +0,0 @@
<test>
<migParams>
</migParams>
</test>
-1
View File
@@ -219,7 +219,6 @@ mymain(void)
ret = -1; \
} while (0)
DO_TEST("unsupported");
DO_TEST("empty");
DO_TEST("basic");
DO_TEST("tls");