Re: [libvirt] [dbus PATCH v2 5/6] virtDBusDomainDestroy: Use virDomainDestroyFlags instead of virDomainDestroy

2018-03-26 Thread Pavel Hrdina
On Fri, Mar 23, 2018 at 05:58:03PM +0100, Katerina Koukiou wrote: > We need to catch Exceptions when testing this API call, since > virDomainDestroyFlags > will be supported in test-driver in 4.2.0 libvirt release. > > Better version checks for unsupported API calls need to be done in all tests,

[libvirt] [dbus PATCH v2 5/6] virtDBusDomainDestroy: Use virDomainDestroyFlags instead of virDomainDestroy

2018-03-23 Thread Katerina Koukiou
We need to catch Exceptions when testing this API call, since virDomainDestroyFlags will be supported in test-driver in 4.2.0 libvirt release. Better version checks for unsupported API calls need to be done in all tests, but it's not relevant to this commit. When virConnectGetVersion will be