Commit ac6b1c34 authored by Bjørn-Helge Mevik's avatar Bjørn-Helge Mevik Committed by Morris Jette
Browse files

fix limitation in test

Test 14.10 in the test suite (of slurm 15.08.8, at least) uses

  $sinfo -tidle -h -o%n

to find idle nodes.  This only works if NodeHostname == NodeName on the
nodes.  The following should work regardless of this:

  $scontrol show hostnames \$($sinfo -tidle -h -o%N)
parent 3c2676ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment