Re: [libvirt] [dbus PATCH v2 05/17] Introduce Interface Tests & Test Create method for Interface Interface

2018-07-24 Thread Pavel Hrdina
On Tue, Jul 24, 2018 at 11:30:10AM +0200, Katerina Koukiou wrote: > On Fri, Jul 20, 2018 at 02:34:49PM -0400, Anya Harter wrote: > > Signed-off-by: Anya Harter > > --- > > tests/Makefile.am | 1 + > > tests/libvirttest.py| 12 > > tests/test_interface.py | 16

Re: [libvirt] [dbus PATCH v2 05/17] Introduce Interface Tests & Test Create method for Interface Interface

2018-07-24 Thread Katerina Koukiou
On Fri, Jul 20, 2018 at 02:34:49PM -0400, Anya Harter wrote: > Signed-off-by: Anya Harter > --- > tests/Makefile.am | 1 + > tests/libvirttest.py| 12 > tests/test_interface.py | 16 > 3 files changed, 29 insertions(+) > create mode 100755

[libvirt] [dbus PATCH v2 05/17] Introduce Interface Tests & Test Create method for Interface Interface

2018-07-20 Thread Anya Harter
Signed-off-by: Anya Harter --- tests/Makefile.am | 1 + tests/libvirttest.py| 12 tests/test_interface.py | 16 3 files changed, 29 insertions(+) create mode 100755 tests/test_interface.py diff --git a/tests/Makefile.am b/tests/Makefile.am index