schema: bhyve and nmdm updates

* docs/schemas/domaincommon.rng: Add bhyve domain type, nmdm
  serial type and master and slave optional attributes for
  serial that are used by nmdm
* tests/domainschematest: Add bhyvexml2argvdata directory
  to validate bhyve XMLs
This commit is contained in:
Roman Bogorodskiy
2014-07-25 20:43:49 +04:00
parent 71ee25f562
commit 1281f4a100
2 changed files with 10 additions and 1 deletions

View File

@@ -6,8 +6,9 @@
DIRS=""
DIRS="$DIRS domainschemadata qemuxml2argvdata sexpr2xmldata"
DIRS="$DIRS xmconfigdata xml2sexprdata qemuxml2xmloutdata "
DIRS="$DIRS xmconfigdata xml2sexprdata qemuxml2xmloutdata"
DIRS="$DIRS lxcxml2xmldata lxcxml2xmloutdata"
DIRS="$DIRS bhyvexml2argvdata"
SCHEMA="domain.rng"
check_schema "$DIRS" "$SCHEMA"