Skip to content
Snippets Groups Projects
Commit 63d80329 authored by Morris Jette's avatar Morris Jette
Browse files

Test update for BP_List name change to MidplaneList

parent 22572bca
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ proc wait_for_step { step_id } {
if {[regexp {Nodes=} $line foo] == 1} {
return 0
}
if {[regexp {BP_List=} $line foo] == 1} {
if {[regexp {MidplaneList=} $line foo] == 1} {
return 0
}
if { $my_delay > $max_job_state_delay } {
......
......@@ -81,7 +81,7 @@ if {$job_id == 0} {
}
#
# Wait for step to begin execution
# Wait for step to begin execution
#
if {[wait_for_step $job_id.0] != 0} {
send_user "\nFAILURE: waiting for step $job_id.0 to run\n"
......@@ -90,7 +90,7 @@ if {[wait_for_step $job_id.0] != 0} {
}
#
# Enable/disable/test ability to heckpoint
# Enable/disable/test ability to checkpoint
#
spawn $scontrol check disable $job_id.0
expect {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment