On Fri, 2018-04-06 at 13:20 +0200, Katerina Koukiou wrote:
Katerina Koukiou (9):
tests: Rename minimal_xml to minimal_domain_xml
Add Domain prefix to CreateXML method, test and related functions.
I broke tests with this, and I didn't realize because of the known
issue with non propagating Exceptions from handlers. Will fix and
repost.
Add Domain prefix to DefineXML method, tests and related
functions.
Implement NetworkCreateXML method for Connect interface
Implement NetworkDefineXML method for Connect interface
Implement GetXMLDesc method for Network Interface.
Implement Active property for Network Interface.
Implement Persistent property for Network Interface.
Implement Setter for Autostart property of Network Interface.
data/org.libvirt.Connect.xml | 16 +++++++-
data/org.libvirt.Network.xml | 19 ++++++++-
src/connect.c | 90
++++++++++++++++++++++++++++++++++--------
src/network.c | 94
+++++++++++++++++++++++++++++++++++++++++++-
test/test_connect.py | 48 +++++++++++++++++++---
test/test_network.py | 15 +++++++
6 files changed, 256 insertions(+), 26 deletions(-)