summaryrefslogtreecommitdiff
path: root/tests/nwfilterxml2xmltest.c
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2011-11-18 11:58:18 -0500
committerStefan Berger <stefanb@us.ibm.com>2011-11-18 11:58:18 -0500
commitf086b8164a0fe762c9c300c212a4c1b0386b5064 (patch)
tree8819402271b7aed63cc6973303a557aae06ffd76 /tests/nwfilterxml2xmltest.c
parent6aa99120fa202279040f94ee3174e5a22c27ddf2 (diff)
downloadlibvirt-f086b8164a0fe762c9c300c212a4c1b0386b5064.tar.gz
Add test cases
Add test case for the chain names with known prefixes and the chain priority. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'tests/nwfilterxml2xmltest.c')
-rw-r--r--tests/nwfilterxml2xmltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nwfilterxml2xmltest.c b/tests/nwfilterxml2xmltest.c
index 49c6b9926d..58e21793f1 100644
--- a/tests/nwfilterxml2xmltest.c
+++ b/tests/nwfilterxml2xmltest.c
@@ -148,6 +148,8 @@ mymain(void)
DO_TEST("example-1", false);
DO_TEST("example-2", false);
+ DO_TEST("chain_prefixtest1", true); /* derived from arp-test */
+
return (ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
}