mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
tests: delete test-clone-halffull VM definition
And the associated pool. Neither are that useful.
This commit is contained in:
parent
ed92e03f39
commit
ceedece2ca
@ -868,42 +868,6 @@ test-many-devices, like an alternate RNG.
|
||||
</domain>
|
||||
|
||||
|
||||
<domain type='test' xmlns:test='http://libvirt.org/schemas/domain/test/1.0'>
|
||||
<test:runstate>5</test:runstate>
|
||||
<name>test-clone-halffull</name>
|
||||
<currentMemory>204800</currentMemory>
|
||||
<memory>409600</memory>
|
||||
<uuid>abcd5678-1234-1234-1234-12345678FFFF</uuid>
|
||||
<os>
|
||||
<type arch='i686'>hvm</type>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
<acpi/><apic/>
|
||||
</features>
|
||||
<clock offset="utc"/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<vcpu>5</vcpu>
|
||||
<devices>
|
||||
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
||||
<disk type='block' device='disk'>
|
||||
<source dev='/halffull-pool/testvol1.img'/>
|
||||
<target dev='hda' bus='ide'/>
|
||||
</disk>
|
||||
<disk type='block' device='disk'>
|
||||
<source dev='/halffull-pool/testvol2.img'/>
|
||||
<target dev='hdb' bus='ide'/>
|
||||
</disk>
|
||||
<interface type='user'>
|
||||
<mac address='22:11:11:11:11:11'/>
|
||||
</interface>
|
||||
</devices>
|
||||
</domain>
|
||||
|
||||
|
||||
<domain type='test' xmlns:test='http://libvirt.org/schemas/domain/test/1.0'>
|
||||
<test:runstate>5</test:runstate>
|
||||
<name>test-clone-full</name>
|
||||
@ -1964,52 +1928,6 @@ ba</description>
|
||||
</pool>
|
||||
|
||||
|
||||
<pool type='disk'>
|
||||
<name>halffull-pool</name>
|
||||
<uuid>35bb2ad9-388a-cdfe-461a-b8907f6e5444</uuid>
|
||||
<capacity>3000</capacity>
|
||||
<allocation>3000</allocation>
|
||||
<available>0</available>
|
||||
<source>
|
||||
<device path='/dev/hda'/>
|
||||
</source>
|
||||
<target>
|
||||
<path>/halffull-pool</path>
|
||||
<permissions>
|
||||
<mode>0700</mode>
|
||||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
</target>
|
||||
|
||||
<volume type='block'>
|
||||
<name>testvol1.img</name>
|
||||
<capacity>1000</capacity>
|
||||
<allocation>1000</allocation>
|
||||
<target>
|
||||
<permissions>
|
||||
<mode>0700</mode>
|
||||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
</target>
|
||||
</volume>
|
||||
|
||||
<volume type='block'>
|
||||
<name>testvol2.img</name>
|
||||
<capacity>1000</capacity>
|
||||
<allocation>1000</allocation>
|
||||
<target>
|
||||
<permissions>
|
||||
<mode>0700</mode>
|
||||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
</target>
|
||||
</volume>
|
||||
</pool>
|
||||
|
||||
|
||||
<pool type='dir'>
|
||||
<name>full-pool</name>
|
||||
<uuid>35bb2ad9-388a-cdfe-461a-b8907f6e5555</uuid>
|
||||
|
Loading…
Reference in New Issue
Block a user