提交 8f448d61 编写于 作者: J Jiri Denemark

tests: Check more network XMLs for schema compliance

This revealed bugs in RNG schema for /network/dns/srv.
Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 15398e6a
...@@ -283,13 +283,21 @@ ...@@ -283,13 +283,21 @@
</attribute> </attribute>
<optional> <optional>
<attribute name="domain"><ref name="dnsName"/></attribute> <attribute name="domain"><ref name="dnsName"/></attribute>
</optional>
<optional>
<attribute name="target"><text/></attribute> <attribute name="target"><text/></attribute>
</optional>
<optional>
<attribute name="port"> <attribute name="port">
<ref name="unsignedShort"/> <ref name="unsignedShort"/>
</attribute> </attribute>
</optional>
<optional>
<attribute name="priority"> <attribute name="priority">
<ref name="unsignedShort"/> <ref name="unsignedShort"/>
</attribute> </attribute>
</optional>
<optional>
<attribute name="weight"> <attribute name="weight">
<ref name="unsignedShort"/> <ref name="unsignedShort"/>
</attribute> </attribute>
......
...@@ -208,7 +208,7 @@ mymain(void) ...@@ -208,7 +208,7 @@ mymain(void)
"domainsnapshotxml2xmlout"); "domainsnapshotxml2xmlout");
DO_TEST("interface.rng", "interfaceschemadata"); DO_TEST("interface.rng", "interfaceschemadata");
DO_TEST("network.rng", "../src/network", "networkxml2xmlin", DO_TEST("network.rng", "../src/network", "networkxml2xmlin",
"networkxml2xmlout"); "networkxml2xmlout", "networkxml2confdata");
DO_TEST("nodedev.rng", "nodedevschemadata"); DO_TEST("nodedev.rng", "nodedevschemadata");
DO_TEST("nwfilter.rng", "nwfilterxml2xmlout"); DO_TEST("nwfilter.rng", "nwfilterxml2xmlout");
DO_TEST("secret.rng", "secretxml2xmlin"); DO_TEST("secret.rng", "secretxml2xmlin");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册