Fix some sched and tty tests

The ps sched test has been disabled. There are too many
odd build farms this fails in strange ways.

Other odd build farms have no tty and so some tests check
for no tty and skip if not found.
This commit is contained in:
Craig Small
2015-05-09 17:48:12 +10:00
parent c7abb6a6ed
commit 4050148a45
5 changed files with 26 additions and 15 deletions

View File

@@ -1,12 +1,14 @@
#
# check the ps SCHED_BATCH scheduler policy output
#
set ps "${topdir}ps/pscommand"
set schedbatch "${topdir}testsuite/test-schedbatch"
spawn $schedbatch 18
# 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
#
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"
#spawn $ps --no-header -o comm,cls,nice -a
#expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18"
untested "$test"