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

Conversation

oohal
Copy link
Contributor

@oohal oohal commented Dec 12, 2019

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants