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"
|