From 1d5654b2664d08424b39f0832f7fc7c258b4aa51 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 22 Nov 2011 15:12:03 -0500 Subject: [PATCH] Add test cases for STP traffic filtering This patch adds a few test cases for the XML parsing of STP filtering nodes. Signed-off-by: Stefan Berger --- tests/nwfilterxml2xmlin/stp-test.xml | 26 ++++++++++++++++++++++++++ tests/nwfilterxml2xmlout/stp-test.xml | 12 ++++++++++++ tests/nwfilterxml2xmltest.c | 1 + 3 files changed, 39 insertions(+) create mode 100644 tests/nwfilterxml2xmlin/stp-test.xml create mode 100644 tests/nwfilterxml2xmlout/stp-test.xml diff --git a/tests/nwfilterxml2xmlin/stp-test.xml b/tests/nwfilterxml2xmlin/stp-test.xml new file mode 100644 index 0000000000..de9d3e2b54 --- /dev/null +++ b/tests/nwfilterxml2xmlin/stp-test.xml @@ -0,0 +1,26 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + + + + diff --git a/tests/nwfilterxml2xmlout/stp-test.xml b/tests/nwfilterxml2xmlout/stp-test.xml new file mode 100644 index 0000000000..a8134c068e --- /dev/null +++ b/tests/nwfilterxml2xmlout/stp-test.xml @@ -0,0 +1,12 @@ + + 5c6d49af-b071-6127-b4ec-6f8ed4b55335 + + + + + + + + + + diff --git a/tests/nwfilterxml2xmltest.c b/tests/nwfilterxml2xmltest.c index 0e0dc438be..9aecbe3630 100644 --- a/tests/nwfilterxml2xmltest.c +++ b/tests/nwfilterxml2xmltest.c @@ -109,6 +109,7 @@ mymain(void) DO_TEST("mac-test", true); DO_TEST("vlan-test", true); + DO_TEST("stp-test", false); DO_TEST("arp-test", true); DO_TEST("rarp-test", true); DO_TEST("ip-test", true);