Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if the Host is powered off before probing the console #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 12, 2019

  1. Check if the Host is powered off before probing the console

    Before we spend time trying to detect what system the state is in by
    writing to the host console we should check if the host is powered on
    or not.
    
    I don't think I've seen a BMC give a false-off so this should be
    reliable and save a bit of time on the probing. This isn't critical for
    CI runs, but it's nice when using op-test manually from the command
    line.
    
    Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
    oohal committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c3edf28 View commit details
    Browse the repository at this point in the history