This patch adds a few test cases for the XML parsing of VLAN filtering nodes. Signed-off-by: Stefan Berger --- tests/nwfilterxml2xmlin/vlan-test.xml | 45 +++++++++++++++++++++++++++++++++ tests/nwfilterxml2xmlout/vlan-test.xml | 21 +++++++++++++++ tests/nwfilterxml2xmltest.c | 1 3 files changed, 67 insertions(+) Index: libvirt-acl/tests/nwfilterxml2xmlin/vlan-test.xml =================================================================== --- /dev/null +++ libvirt-acl/tests/nwfilterxml2xmlin/vlan-test.xml @@ -0,0 +1,45 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + + + + + + + + + + + + + + + + Index: libvirt-acl/tests/nwfilterxml2xmltest.c =================================================================== --- libvirt-acl.orig/tests/nwfilterxml2xmltest.c +++ libvirt-acl/tests/nwfilterxml2xmltest.c @@ -108,6 +108,7 @@ mymain(void) } while (0) DO_TEST("mac-test", true); + DO_TEST("vlan-test", true); DO_TEST("arp-test", true); DO_TEST("rarp-test", true); DO_TEST("ip-test", true); Index: libvirt-acl/tests/nwfilterxml2xmlout/vlan-test.xml =================================================================== --- /dev/null +++ libvirt-acl/tests/nwfilterxml2xmlout/vlan-test.xml @@ -0,0 +1,21 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + + + + + + + + + +