mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
@@ -74,6 +74,7 @@ EXTRA_DIST = \
|
||||
xml2vmxdata \
|
||||
nwfilterxml2xmlout \
|
||||
nwfilterxml2xmlin \
|
||||
nwfilterschematest \
|
||||
$(patsubst %,qemuhelpdata/%,$(qemuhelpdata))
|
||||
|
||||
noinst_PROGRAMS = virshtest conftest \
|
||||
@@ -120,7 +121,8 @@ test_scripts = \
|
||||
storagepoolschematest \
|
||||
storagevolschematest \
|
||||
domainschematest \
|
||||
nodedevschematest
|
||||
nodedevschematest \
|
||||
nwfilterschematest
|
||||
|
||||
if WITH_LIBVIRTD
|
||||
test_scripts += \
|
||||
|
||||
Reference in New Issue
Block a user