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

Modify test for change in how squeue reports node state alloc or idle

parent 2af5ce33
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,13 @@ proc sinfo_test_2 { node proc_cnt total_procs } {
}
exp_continue
}
-re "mix ($number)(K?) $node" {
set num_alloc $expect_out(1,string)
if {[string compare $expect_out(2,string) ""]} {
set num_alloc [expr $inode_procs * 1024]
}
exp_continue
}
-re $prompt {
}
timeout {
......
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