autotest / virt-test

Linux Virtualization Tests
Other
97 stars 146 forks source link

8 failures of emulatorpin tests #1021

Open cevich opened 10 years ago

cevich commented 10 years ago

On 11/05/2013 03:48 PM, Dongsheng Yang wrote:

On 11/04/2013 07:45 PM, John Ferlan wrote:

grep "| ERROR " latest/debug.log | awk '{print $5}' | sed

's/virsh.//g' | sed 's/..//g' | uniq -ic 8 emulatorpin

07:56:18 INFO | ERROR virsh.emulatorpin.positive_testing.set_emulatorpin_parameter.running_guest.cpulist.emulatorpin_options.live.comma_list

-> TestError: Failed to get emulatorpin params from /sys/fs/cgroup/cpuset/libvirt/qemu/virt-tests-vm1/emulator/cpuset.cpus

could be the 'cgroup' changes that I believe Pavel fixed in another test need to be applied here too.

Environment:

jferlan commented 10 years ago

See pull request #906 for the reference example to which I was referring.