Re: [libvirt] [dbus PATCH v2 15/22] Implement SetVcpus method for Domain Interface

2018-04-15 Thread Pavel Hrdina
On Thu, Apr 12, 2018 at 04:32:54PM +0200, Katerina Koukiou wrote: > Move testing of [Get,Set]Vcpus to seperate test. > > Signed-off-by: Katerina Koukiou > --- > data/org.libvirt.Domain.xml | 6 ++ > src/domain.c| 26 ++ >

[libvirt] [dbus PATCH v2 15/22] Implement SetVcpus method for Domain Interface

2018-04-15 Thread Katerina Koukiou
Move testing of [Get,Set]Vcpus to seperate test. Signed-off-by: Katerina Koukiou --- data/org.libvirt.Domain.xml | 6 ++ src/domain.c| 26 ++ test/test_domain.py | 9 +++-- 3 files changed, 39 insertions(+), 2