mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
clitest: replace DIR from current pwd to '/var'
Introduced by f16dc4dd34
This will cause test case failure on different machines.
Use '/var' to replace it.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
6871ee0c91
commit
5d0c68cc0c
@ -127,7 +127,7 @@
|
||||
</disk>
|
||||
<disk type="dir" device="floppy">
|
||||
<driver name="qemu"/>
|
||||
<source dir="/home/crobinso/src/virt-manager"/>
|
||||
<source dir="/var"/>
|
||||
<target dev="fda" bus="fdc"/>
|
||||
</disk>
|
||||
<controller type="usb" index="0" model="ich9-ehci1">
|
||||
|
@ -97,7 +97,7 @@ test_files = {
|
||||
'EXISTUPPER' : "/dev/default-pool/UPPER",
|
||||
'POOL' : "default-pool",
|
||||
'VOL' : "testvol1.img",
|
||||
'DIR' : os.getcwd(),
|
||||
'DIR' : "/var",
|
||||
'TREEDIR' : treedir,
|
||||
'MANAGEDNEW1' : "/dev/default-pool/clonevol",
|
||||
'MANAGEDDISKNEW1' : "/dev/disk-pool/newvol1.img",
|
||||
|
Loading…
Reference in New Issue
Block a user