From: Roman Bogorodskiy Date: Fri, 25 Jul 2014 16:43:49 +0000 (+0400) Subject: schema: bhyve and nmdm updates X-Git-Tag: v1.2.7-rc2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1281f4a100d2a8b6746b83e0395b2dce8703044c;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index f6f697c855..7ace1c228d 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -201,6 +201,7 @@ vbox phyp parallels + bhyve @@ -3010,6 +3011,7 @@ pty spicevmc spiceport + nmdm @@ -3082,6 +3084,12 @@ + + + + + + diff --git a/tests/domainschematest b/tests/domainschematest index 9ebf0b9a58..ba9018091a 100755 --- a/tests/domainschematest +++ b/tests/domainschematest @@ -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"