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

Tweak a test and documentation for change in scontrol output format

  job's Eligible Time now StarTime
parent 936b3f44
No related branches found
No related tags found
No related merge requests found
.TH SCONTROL "1" "August 2009" "scontrol 2.0" "Slurm components"
.TH SCONTROL "1" "September 2009" "scontrol 2.1" "Slurm components"
.SH "NAME"
scontrol \- Used view and modify Slurm configuration and state.
......@@ -338,9 +338,6 @@ Possible values are "YES" and "NO".
Defer job's initiation until specified job_id completes.
Cancel dependency with job_id value of "0", "Dependency=0".
.TP
\fIEligibleTime\fP=<time_spec>
Equivalent to \fIStartTime\fP.
.TP
\fIExcNodeList\fP=<nodes>
Set the job's list of excluded node. Multiple node names may be
specified using simple node range expressions (e.g. "lx[10\-20]").
......
......@@ -177,11 +177,11 @@ expect {
incr match
exp_continue
}
-re "EligibleTime=($number)/($number)-12:00:00" {
-re "StartTime=($number)/($number)-12:00:00" {
incr match
exp_continue
}
-re "EligibleTime=($number)-($number)-($number)T12:00:00" {
-re "StartTime=($number)-($number)-($number)T12:00:00" {
incr match
exp_continue
}
......@@ -195,7 +195,7 @@ expect {
}
}
if {$match != 2} {
send_user "\nFAILURE: unexpected JobState or EligibleTime\n"
send_user "\nFAILURE: unexpected JobState or StartTime\n"
set exit_code 1
}
......
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