]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/qemurunner: Add priority/nice information for running processes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2020 10:54:33 +0000 (11:54 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 24 Jul 2020 14:31:09 +0000 (04:31 -1000)
commit693dc285164eb6cc88cc7174238fd59f0393b5c3
tree92d8cea223f6e5c64a22aa3c6749e897c8d93e07
parentc381a58954da72c5b44b8047328c13f81f178bbf
oeqa/qemurunner: Add priority/nice information for running processes

We're seeing failures due to system load. In theory we've set process
nice levels which should compensate for this. Add debugging so we can
find out if they're being correctly applied.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1e4e345bba8216b9b5623682206a7dae7cad261c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/qemurunner.py
meta/lib/oeqa/utils/qemutinyrunner.py