kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.08k stars 366 forks source link

kvmusertest.py: hardcoded path prevents kimchi module from loading when /usr/local prefixes /var #1224

Closed ut3 closed 4 years ago

ut3 commented 6 years ago

https://github.com/kimchi-project/kimchi/blob/40de989457a967d1bcab37b1df2e2e439e32a7db/kvmusertests.py#L64

filename = '/var/run/libvirt/qemu/%s.pid' % KVMUSERTEST_VM_NAME

On my system, the correct path is: filename = '/usr/local/var/run/libvirt/qemu/%s.pid' % KVMUSERTEST_VM_NAME

alinefm commented 4 years ago

Fix merged.