virt-test icon indicating copy to clipboard operation
virt-test copied to clipboard

8 failures of emulatorpin tests

Open cevich opened this issue 12 years ago • 1 comments

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:

  • Lenovo T530, 4 CPUs (dual-core + HT), 8G ram
  • Latest hand-build of libvirt (almost 1.1.4)
  • Running as root, SELinux in permissive mode
  • Default bridge mode networking
  • Default JeOS 19 x86_64 guest

cevich avatar Nov 05 '13 15:11 cevich

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

jferlan avatar Nov 10 '13 16:11 jferlan