We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
'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:
The text was updated successfully, but these errors were encountered:
See pull request #906 for the reference example to which I was referring.
Sorry, something went wrong.
No branches or pull requests
On 11/05/2013 03:48 PM, Dongsheng Yang wrote:
Environment:
The text was updated successfully, but these errors were encountered: