2011-09-25 14:45:43 +05:30
|
|
|
#
|
|
|
|
# check the ps SCHED_BATCH scheduler policy output
|
|
|
|
#
|
2015-05-09 13:18:12 +05:30
|
|
|
# This is too flaky on certain build systems to be
|
|
|
|
# reliable - CS
|
|
|
|
#set ps "${topdir}ps/pscommand"
|
|
|
|
#set schedbatch "${topdir}testsuite/test-schedbatch"
|
|
|
|
#
|
|
|
|
#spawn $schedbatch 18
|
|
|
|
#
|
2011-09-25 14:45:43 +05:30
|
|
|
set test "ps SCHED_BATCH scheduler"
|
2015-05-09 13:18:12 +05:30
|
|
|
#spawn $ps --no-header -o comm,cls,nice -a
|
|
|
|
#expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18"
|
2011-09-25 14:45:43 +05:30
|
|
|
untested "$test"
|