mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Domain snapshot RNG and tests.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
10
tests/domainsnapshotschematest
Executable file
10
tests/domainsnapshotschematest
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
: ${srcdir=.}
|
||||
. $srcdir/test-lib.sh
|
||||
. $abs_srcdir/schematestutils.sh
|
||||
|
||||
DIRS="domainsnapshotxml2xmlin domainsnapshotxml2xmlout"
|
||||
SCHEMA="domainsnapshot.rng"
|
||||
|
||||
check_schema "$DIRS" "$SCHEMA"
|
||||
Reference in New Issue
Block a user