virt-manager/tests/data/cli/compare/virt-xml-build-memdev.xml
Cole Robinson 6287760ed0 tests: Fix memdev uuid testing with libvirt.git
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-08-01 06:46:41 -04:00

15 lines
283 B
XML

<memory model="nvdimm">
<alias name="mymemdev3"/>
<uuid>11111111-2222-aaaa-bbbb-ccccddddeeee</uuid>
<source>
<path>/path/to/nvdimm</path>
</source>
<target>
<size>2048</size>
<node>0</node>
<label>
<size>1024</size>
</label>
</target>
</memory>