2011-09-25 05:15:43 -04:00
|
|
|
#
|
|
|
|
# check the ps SCHED_BATCH scheduler policy output
|
|
|
|
#
|
2015-05-10 15:04:19 +10:00
|
|
|
set ps "${topdir}ps/pscommand"
|
|
|
|
set schedbatch "${topdir}testsuite/test-schedbatch"
|
|
|
|
|
|
|
|
spawn $schedbatch 18
|
|
|
|
|
2011-09-25 05:15:43 -04:00
|
|
|
set test "ps SCHED_BATCH scheduler"
|
2015-05-10 15:04:19 +10:00
|
|
|
spawn $ps --no-header -o comm,cls,nice -a
|
2015-05-06 15:17:23 -07:00
|
|
|
expect_pass "$test" "(?n)^test-schedbatch\\s+B\\s+18\\r?\$"
|