Skip to content
Snippets Groups Projects
Commit a6bfe08e authored by Don Lipari's avatar Don Lipari
Browse files

Fixed the test23.* suite to match the changes to sstat introduced in r20354

parent 450f320f
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ proc sstat_job { soption } { ...@@ -83,7 +83,7 @@ proc sstat_job { soption } {
incr matches incr matches
exp_continue exp_continue
} }
-re "MinCPUTask *NTasks *SystemCPU *TotalCPU" { -re "MinCPUTask *NTasks" {
if {$debug} {send_user "\nmatch5\n"} if {$debug} {send_user "\nmatch5\n"}
incr matches incr matches
exp_continue exp_continue
......
...@@ -61,7 +61,7 @@ expect { ...@@ -61,7 +61,7 @@ expect {
incr matches incr matches
exp_continue exp_continue
} }
-re "MinCPUTask *NTasks *SystemCPU *TotalCPU" { -re "MinCPUTask *NTasks" {
incr matches incr matches
exp_continue exp_continue
} }
...@@ -102,7 +102,7 @@ expect { ...@@ -102,7 +102,7 @@ expect {
incr matches incr matches
exp_continue exp_continue
} }
-re "MinCPUTask *NTasks *SystemCPU *TotalCPU" { -re "MinCPUTask *NTasks" {
incr matches incr matches
exp_continue exp_continue
} }
......
...@@ -59,8 +59,6 @@ set mc MinCPU ...@@ -59,8 +59,6 @@ set mc MinCPU
set mn MinCPUNode set mn MinCPUNode
set mt MinCPUTask set mt MinCPUTask
set nt NTasks set nt NTasks
set sc SystemCPU
set tc TotalCPU
# #
# Check accounting config and bail if not found. # Check accounting config and bail if not found.
# #
...@@ -536,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} { ...@@ -536,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} {
incr matches incr matches
exp_continue exp_continue
} }
-re "MinCPUTask.NTasks.SystemCPU.TotalCPU" { -re "MinCPUTask.NTasks" {
if {$debug} {send_user "\nmatch22\n"} if {$debug} {send_user "\nmatch22\n"}
incr matches incr matches
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