libvirt/tests/nwfilterschematest
Stefan Berger 8cf0ed02be nwfilter: Add filter schema for nwfilter XML, extend domain XML schema
This patch adds a relaxng nwfilter schema along with a test that
verifies all the test output XML against the schema. The input XMLs
contain a lot of intentional out-of-range values that make them fail the
schema verification, so I am not verifying against those.
2010-04-06 11:09:46 -04:00

11 lines
161 B
Bash
Executable File

#!/bin/sh
: ${srcdir=.}
. $srcdir/test-lib.sh
. $abs_srcdir/schematestutils.sh
DIRS="nwfilterxml2xmlout"
SCHEMA="nwfilter.rng"
check_schema "$DIRS" "$SCHEMA"