]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Update interface.rng and xml test files to match netcf 0.1.5
authorLaine Stump <laine@laine.org>
Sat, 2 Jan 2010 01:40:26 +0000 (20:40 -0500)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 19 Jan 2010 20:13:03 +0000 (21:13 +0100)
commit77dd67087bfbe60f3b27e643d3794f0db60abac2
tree87140bc59b504bc12c91807fec0494d943f26958
parent00229955553eaae27d49ff5a99169c45f1d779b5
Update interface.rng and xml test files to match netcf 0.1.5

The RNG now supports IPv6 and bonds attached to bridges, along with
some other minor tweaks. All test files from netcf have been copied to
the test directory and added to the xml2xml and schema tests (and they
all pass, of course ;-)
16 files changed:
docs/schemas/interface.rng
tests/interfaceschemadata/bond-arp.xml
tests/interfaceschemadata/bond.xml
tests/interfaceschemadata/bridge-bond.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge-empty.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge-no-address.xml
tests/interfaceschemadata/bridge-vlan.xml
tests/interfaceschemadata/bridge.xml
tests/interfaceschemadata/bridge42.xml
tests/interfaceschemadata/ipv6-autoconf-dhcp.xml [new file with mode: 0644]
tests/interfaceschemadata/ipv6-autoconf.xml [new file with mode: 0644]
tests/interfaceschemadata/ipv6-dhcp.xml [new file with mode: 0644]
tests/interfaceschemadata/ipv6-local.xml [new file with mode: 0644]
tests/interfaceschemadata/ipv6-static-multi.xml [new file with mode: 0644]
tests/interfaceschemadata/ipv6-static.xml [new file with mode: 0644]
tests/interfacexml2xmltest.c