On Fri, May 04, 2018 at 10:38:30AM +0200, Katerina Koukiou wrote:
Modify the relevant tests to comply with the new signal.
Note: argument matching in connect_to_signal method is
only usable with string and thus had to be refactored.
Signed-off-by: Katerina Koukiou <kkoukiou(a)redhat.com>
---
data/org.libvirt.Connect.xml | 2 +-
src/events.c | 26 +-------------------------
tests/libvirttest.py | 13 +++++++++++++
tests/test_connect.py | 12 ++++++++----
tests/test_domain.py | 30 ++++++++++++++++++++----------
5 files changed, 43 insertions(+), 40 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>