1. 20 Aug, 2018 32 commits
  2. 18 Aug, 2018 6 commits
  3. 17 Aug, 2018 2 commits
    • Morris Jette's avatar
      This patch is for v17.11 and fixes several problems: · 94df0b8c
      Morris Jette authored
      1. The cpu frequency set by the user is not exact with
         current kernels, but close. This changes the logic accordingly.
      2. The original logic would cause the test to hang indefinitely
         if the submitted job never ends. This adds timeout checks
         on the job wait, plus adds a 1 minute time limit on the job.
      3. Improve/simplify the parsing logic.
      
      Bug 5584
      94df0b8c
    • Brian Christiansen's avatar
      Remove drain on node when reboot nextstate used · 11220088
      Brian Christiansen authored
      Currently only valid nextstate states are down and resume/idle so the
      node shouldn't be in a drain state after transitioning into either of
      these states.
      
      Bug 5544
      11220088