Skip to content

Commit

Permalink
Fix for test to work with bluegene. The underlying code is still broken
Browse files Browse the repository at this point in the history
though we decided to push that fix to 16.05 since this has been broken for
a while and no one has complained.
  • Loading branch information
dannyauble committed Apr 27, 2016
1 parent 410e8c6 commit b072cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testsuite/expect/test8.24
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ proc create_res { res_params failure_expected node_cnt_expected} {
}
exp_continue
}
-re "NodeCnt=$node_cnt_expected" {
-re "CnodeCnt=$node_cnt_expected" {
set node_cnt_match 1
}
-re "No reservations in the system" {
Expand Down Expand Up @@ -281,9 +281,9 @@ if {$def_node_cnt >= 512} {
{StartTime=now Duration=5 User=$user_name NodeCnt=2}
{StartTime=now Duration=5 User=$user_name NodeCnt=32,2,32}
"
set good_size(0) "512"
set good_size(1) "512"
set good_size(2) "512"
set good_size(0) "256"
set good_size(1) "2"
set good_size(2) "128"

set inx 0
foreach test $goodtests {
Expand Down

0 comments on commit b072cbd

Please sign in to comment.