test: fix some test suites
commit:67743cbe31
c5f6c6852a
and98ea4cdad2
break some test suites. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
2fee95c704
commit
e067051287
|
@ -2,7 +2,7 @@
|
|||
<address type="isa" iobase="0x505"/>
|
||||
</panic>
|
||||
+ <disk type="file" device="disk">
|
||||
+ <source file="/tmp/__virtinst_cli_exist1.img"/>
|
||||
+ <source file="/dev/default-pool/testvol1.img"/>
|
||||
+ <target dev="vdf" bus="virtio"/>
|
||||
+ </disk>
|
||||
</devices>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<address type="isa" iobase="0x505"/>
|
||||
</panic>
|
||||
+ <disk type="file" device="disk">
|
||||
+ <source file="/tmp/__virtinst_cli_new1.img"/>
|
||||
+ <source file="/dev/default-pool/new1.img"/>
|
||||
+ <target dev="vdd"/>
|
||||
+ </disk>
|
||||
</devices>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<address type="isa" iobase="0x505"/>
|
||||
</panic>
|
||||
+ <disk type="file" device="disk">
|
||||
+ <source file="/tmp/__virtinst_cli_exist1.img"/>
|
||||
+ <source file="/dev/default-pool/testvol1.img"/>
|
||||
+ <target dev="vdd"/>
|
||||
+ </disk>
|
||||
</devices>
|
||||
|
|
|
@ -13,9 +13,5 @@
|
|||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
<compat>1.1</compat>
|
||||
<features>
|
||||
<lazy_refcounts/>
|
||||
</features>
|
||||
</target>
|
||||
</volume>
|
||||
|
|
|
@ -13,9 +13,5 @@
|
|||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
<compat>1.1</compat>
|
||||
<features>
|
||||
<lazy_refcounts/>
|
||||
</features>
|
||||
</target>
|
||||
</volume>
|
||||
|
|
|
@ -13,9 +13,5 @@
|
|||
<owner>10736</owner>
|
||||
<group>10736</group>
|
||||
</permissions>
|
||||
<compat>1.1</compat>
|
||||
<features>
|
||||
<lazy_refcounts/>
|
||||
</features>
|
||||
</target>
|
||||
</volume>
|
||||
|
|
Loading…
Reference in New Issue