From: Stefan Berger Date: Sat, 19 Nov 2011 12:26:56 +0000 (-0500) Subject: Add test cases for VLAN traffic filtering X-Git-Tag: v0.9.8-rc1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1355bdf940ad8998a3260d95233a14f956370f3a;p=thirdparty%2Flibvirt.git Add test cases for VLAN traffic filtering This patch adds a few test cases for the XML parsing of VLAN filtering nodes. Signed-off-by: Stefan Berger --- diff --git a/tests/nwfilterxml2xmlin/vlan-test.xml b/tests/nwfilterxml2xmlin/vlan-test.xml new file mode 100644 index 0000000000..8bbd44dec4 --- /dev/null +++ b/tests/nwfilterxml2xmlin/vlan-test.xml @@ -0,0 +1,45 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/nwfilterxml2xmlout/vlan-test.xml b/tests/nwfilterxml2xmlout/vlan-test.xml new file mode 100644 index 0000000000..cea4ef77aa --- /dev/null +++ b/tests/nwfilterxml2xmlout/vlan-test.xml @@ -0,0 +1,21 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + + + + + + + + + + diff --git a/tests/nwfilterxml2xmltest.c b/tests/nwfilterxml2xmltest.c index 645c246b51..0e0dc438be 100644 --- a/tests/nwfilterxml2xmltest.c +++ b/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);