[libvirt] [PATCH 0/2] prevent duplicate entries in network device pools

Laine Stump laine at laine.org
Mon Apr 18 19:12:21 UTC 2016


This is a simple bugfix, but proper testing required the ability to
test for parse failures in networkxml2xmltest, which wasn't yet an
option, so I added a separate prerequisite patch to do that (in case
someone wants to backport the new testing option without the bugfix).

Laine Stump (2):
  test: enable testing for expected parse errors in network XML
  network: prevent duplicate entries in network device pools

 src/conf/network_conf.c                          | 33 ++++++++--
 tests/networkxml2xmlin/hostdev-duplicate.xml     | 11 ++++
 tests/networkxml2xmlin/passthrough-duplicate.xml | 10 +++
 tests/networkxml2xmltest.c                       | 77 ++++++++++++++++++------
 4 files changed, 108 insertions(+), 23 deletions(-)
 create mode 100644 tests/networkxml2xmlin/hostdev-duplicate.xml
 create mode 100644 tests/networkxml2xmlin/passthrough-duplicate.xml

-- 
2.5.5




More information about the libvir-list mailing list