On Wed, Apr 04, 2018 at 02:26:12PM +0200, Katerina Koukiou wrote:
This commit also introduces the virtDBusNetworkGetVirNetwork
static function which is needed for the virtDBusNetworkGetName.
Signed-off-by: Katerina Koukiou <kkoukiou(a)redhat.com>
---
data/org.libvirt.Network.xml | 4 ++++
src/network.c | 43 +++++++++++++++++++++++++++++++++++++++++++
test/Makefile.am | 3 ++-
test/libvirttest.py | 12 ++++++++++++
test/test_network.py | 19 +++++++++++++++++++
5 files changed, 80 insertions(+), 1 deletion(-)
create mode 100755 test/test_network.py
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>