[libvirt] [PATCH 10/21] tests: qemuxml2argv: remove DO_TEST_PARSE_FLAGS_ERROR

Cole Robinson crobinso at redhat.com
Thu Mar 21 16:52:52 UTC 2019


On 3/19/19 9:24 AM, Andrea Bolognani wrote:
> On Thu, 2019-03-14 at 10:44 -0400, Cole Robinson wrote:
> [...]
>> +    DO_TEST_FULL("missing-machine",
>> +                 ARG_FLAGS, FLAG_EXPECT_PARSE_ERROR | FLAG_EXPECT_FAILURE,
>> +                 ARG_PARSEFLAGS, VIR_DOMAIN_DEF_PARSE_SKIP_VALIDATE,
>> +                 ARG_QEMU_CAPS, NONE);
> 
> Technically speaking you should be able to leave ARG_QEMU_CAPS out
> here, but it's okay if you prefer to leave it in.
> 
> Reviewed-by: Andrea Bolognani <abologna at redhat.com>
> 

The other DO_TEST_FULL instances still have it explicitly listed, so I
left it in for this one too

Thanks,
Cole




More information about the libvir-list mailing list