summaryrefslogtreecommitdiff
path: root/testsuite/ps.test/ps_sched_batch.exp
blob: 3266e5ada558b90e098ffc8d769fe2786e1b9c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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" "(?n)^test-schedbatch\\s+B\\s+18\\r?\$"