mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
8cf0ed02be
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.
11 lines
161 B
Bash
Executable File
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"
|