summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2012-08-02 13:23:16 +0200
committerEric Blake <eblake@redhat.com>2012-08-02 14:36:23 -0600
commit37a10129c24d7dcb05522d50a1f3039d338646ad (patch)
treeeb18b78f4fafc5b8e588365ba3746cfc48b06b3b /tests/storagepoolxml2xmlout
parentbuild: add stubs so mdns code can be unconditionally compiled (diff)
downloadlibvirt-37a10129c24d7dcb05522d50a1f3039d338646ad.tar.gz
libvirt-37a10129c24d7dcb05522d50a1f3039d338646ad.tar.bz2
libvirt-37a10129c24d7dcb05522d50a1f3039d338646ad.zip
Update xml schemas according to libvirt source
capability.rng: Guest features can be in any order. nodedev.rng: Added <driver> element, <capability> phys_function and virt_functions for PCI devices. storagepool.rng: Owner or group ID can be -1. schema tests: New capabilities and nodedev files; changed owner and group to -1 in pool-dir.xml. storage_conf: Print uid_t and gid_t as signed to storage pool XML.
Diffstat (limited to 'tests/storagepoolxml2xmlout')
-rw-r--r--tests/storagepoolxml2xmlout/pool-dir.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/storagepoolxml2xmlout/pool-dir.xml b/tests/storagepoolxml2xmlout/pool-dir.xml
index 85b9d8d52..f81bc1d61 100644
--- a/tests/storagepoolxml2xmlout/pool-dir.xml
+++ b/tests/storagepoolxml2xmlout/pool-dir.xml
@@ -10,8 +10,8 @@
<path>/var/lib/libvirt/images</path>
<permissions>
<mode>0700</mode>
- <owner>0</owner>
- <group>0</group>
+ <owner>-1</owner>
+ <group>-1</group>
<label>some_label_t</label>
</permissions>
</target>