]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add netcf XML schemas and test data
authorDaniel Veillard <veillard@redhat.com>
Wed, 15 Jul 2009 17:37:20 +0000 (19:37 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 15 Jul 2009 18:16:36 +0000 (20:16 +0200)
commit19e57fd902e23266fc90da6f3cc9479aaa83bf89
tree4238503143f85de64cb5442b99a80a7221c6d27f
parent2f5fb5e09ddff13f7f56f908e160b96f54a373f0
Add netcf XML schemas and test data

* docs/schemas/interface.rng: schemas for the interface XML files
  directly imported from netcf-0.1.0
* tests/interfaceschemadata/*.xml: set of test files from netcf-0.1.0
  changed to use single quote instead of double quote
docs/schemas/interface.rng [new file with mode: 0644]
tests/interfaceschemadata/bond-arp.xml [new file with mode: 0644]
tests/interfaceschemadata/bond.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge-no-address.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge-vlan.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge.xml [new file with mode: 0644]
tests/interfaceschemadata/bridge42.xml [new file with mode: 0644]
tests/interfaceschemadata/ethernet-dhcp.xml [new file with mode: 0644]
tests/interfaceschemadata/ethernet-static-no-prefix.xml [new file with mode: 0644]
tests/interfaceschemadata/ethernet-static.xml [new file with mode: 0644]
tests/interfaceschemadata/vlan.xml [new file with mode: 0644]