mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: remove FLAG_JSON from xml2argvtest
Unused as of commit <1e9a083>. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
f574e2e521
commit
103fa937a1
@ -265,8 +265,7 @@ static virStorageDriver fakeStorageDriver = {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
FLAG_EXPECT_FAILURE = 1 << 0,
|
FLAG_EXPECT_FAILURE = 1 << 0,
|
||||||
FLAG_EXPECT_PARSE_ERROR = 1 << 1,
|
FLAG_EXPECT_PARSE_ERROR = 1 << 1,
|
||||||
FLAG_JSON = 1 << 2,
|
FLAG_FIPS = 1 << 2,
|
||||||
FLAG_FIPS = 1 << 3,
|
|
||||||
} virQemuXML2ArgvTestFlags;
|
} virQemuXML2ArgvTestFlags;
|
||||||
|
|
||||||
struct testInfo {
|
struct testInfo {
|
||||||
@ -462,9 +461,6 @@ testCompareXMLToArgv(const void *data)
|
|||||||
virSetConnectSecret(conn);
|
virSetConnectSecret(conn);
|
||||||
virSetConnectStorage(conn);
|
virSetConnectStorage(conn);
|
||||||
|
|
||||||
if (virQEMUCapsGet(info->qemuCaps, QEMU_CAPS_MONITOR_JSON))
|
|
||||||
flags |= FLAG_JSON;
|
|
||||||
|
|
||||||
if (virQEMUCapsGet(info->qemuCaps, QEMU_CAPS_ENABLE_FIPS))
|
if (virQEMUCapsGet(info->qemuCaps, QEMU_CAPS_ENABLE_FIPS))
|
||||||
flags |= FLAG_FIPS;
|
flags |= FLAG_FIPS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user