Re: [libvirt] [PATCH 1/2] tests: Add mocking for qemuMonitorJSONGetSEVCapabilities

2019-02-08 Thread John Ferlan
On 2/7/19 3:36 AM, Erik Skultety wrote: > On Wed, Feb 06, 2019 at 03:32:44PM -0500, Cole Robinson wrote: >> On 1/23/19 3:59 PM, John Ferlan wrote: >>> Commit d4005609 added "altered" capabilities replies output >>> in order to fake a 'query-sev-capabilities' reply from QEMU. >>> This worked fine

Re: [libvirt] [PATCH 1/2] tests: Add mocking for qemuMonitorJSONGetSEVCapabilities

2019-02-07 Thread Erik Skultety
On Wed, Feb 06, 2019 at 03:32:44PM -0500, Cole Robinson wrote: > On 1/23/19 3:59 PM, John Ferlan wrote: > > Commit d4005609 added "altered" capabilities replies output > > in order to fake a 'query-sev-capabilities' reply from QEMU. > > This worked fine for the 2.12 processing for qemuxml2argvtest

Re: [libvirt] [PATCH 1/2] tests: Add mocking for qemuMonitorJSONGetSEVCapabilities

2019-02-06 Thread Cole Robinson
On 1/23/19 3:59 PM, John Ferlan wrote: > Commit d4005609 added "altered" capabilities replies output > in order to fake a 'query-sev-capabilities' reply from QEMU. > This worked fine for the 2.12 processing for qemuxml2argvtest > until the next capabilities was generated and the output wasn't > doc

[libvirt] [PATCH 1/2] tests: Add mocking for qemuMonitorJSONGetSEVCapabilities

2019-01-23 Thread John Ferlan
Commit d4005609 added "altered" capabilities replies output in order to fake a 'query-sev-capabilities' reply from QEMU. This worked fine for the 2.12 processing for qemuxml2argvtest until the next capabilities was generated and the output wasn't doctored. Thus commit 6c50cef8 used DO_TEST_CAPS_VER