summaryrefslogtreecommitdiff
path: root/tests/nwfilterxml2xmltest.c
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2011-11-19 07:26:56 -0500
committerStefan Berger <stefanb@us.ibm.com>2011-11-19 07:26:56 -0500
commit1355bdf940ad8998a3260d95233a14f956370f3a (patch)
tree3c916db1177de82638b7f78a9ffcc4254e1663d4 /tests/nwfilterxml2xmltest.c
parent8047c4bffad830594ecf62c1f25a453818eec8a8 (diff)
downloadlibvirt-1355bdf940ad8998a3260d95233a14f956370f3a.tar.gz
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 <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'tests/nwfilterxml2xmltest.c')
-rw-r--r--tests/nwfilterxml2xmltest.c1
1 files changed, 1 insertions, 0 deletions
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);