]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: remove FLAG_JSON from xml2argvtest
authorJán Tomko <jtomko@redhat.com>
Thu, 12 Apr 2018 15:11:14 +0000 (17:11 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 12 Apr 2018 15:17:16 +0000 (17:17 +0200)
Unused as of commit <1e9a083>.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c

index 3a328e02a27d6901bafd3e0be4a6e304014c81df..472f7b28fe81e55bfcc8a54cd3045afb51009f75 100644 (file)
@@ -265,8 +265,7 @@ static virStorageDriver fakeStorageDriver = {
 typedef enum {
     FLAG_EXPECT_FAILURE     = 1 << 0,
     FLAG_EXPECT_PARSE_ERROR = 1 << 1,
-    FLAG_JSON               = 1 << 2,
-    FLAG_FIPS               = 1 << 3,
+    FLAG_FIPS               = 1 << 2,
 } virQemuXML2ArgvTestFlags;
 
 struct testInfo {
@@ -462,9 +461,6 @@ testCompareXMLToArgv(const void *data)
     virSetConnectSecret(conn);
     virSetConnectStorage(conn);
 
-    if (virQEMUCapsGet(info->qemuCaps, QEMU_CAPS_MONITOR_JSON))
-        flags |= FLAG_JSON;
-
     if (virQEMUCapsGet(info->qemuCaps, QEMU_CAPS_ENABLE_FIPS))
         flags |= FLAG_FIPS;