Skip to content
Snippets Groups Projects
Commit 96a47f87 authored by Moe Jette's avatar Moe Jette
Browse files

Alter test for altered timing when compute nodes are powered down

parent c692b13a
No related branches found
No related tags found
No related merge requests found
...@@ -207,10 +207,12 @@ if {[wait_for_file $file_out_fini] != 0} { ...@@ -207,10 +207,12 @@ if {[wait_for_file $file_out_fini] != 0} {
send_user "\nFAILURE: file $file_out_fini is missing\n" send_user "\nFAILURE: file $file_out_fini is missing\n"
set exit_code 1 set exit_code 1
} else { } else {
# Check that job run time was one minute. If SLURM is configured to
# power down idle nodes, this could possibly take a bit more time.
set job_fini 0 set job_fini 0
spawn $bin_cat $file_out_fini spawn $bin_cat $file_out_fini
expect { expect {
-re "CD *1:0" { -re "CD *1:($number)" {
set job_fini 1 set job_fini 1
exp_continue exp_continue
} }
......
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