23d2e0b0b7
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=741090 Acked-by:: Jaromir Capik <jcapik@redhat.com> Acked-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Mike Fleetwood <mike.fleetwood@googlemail.com>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
#
|
|
# check the ps SCHED_BATCH scheduler policy output
|
|
#
|
|
set ps "${topdir}ps/pscommand"
|
|
set schedbatch "${topdir}testsuite/test-schedbatch"
|
|
|
|
spawn $schedbatch 18
|
|
|
|
set test "ps SCHED_BATCH scheduler"
|
|
spawn $ps --no-header -o comm,cls,nice -a
|
|
expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18"
|
|
untested "$test"
|