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

Allow all exceptions to indicate system is offline #95

Merged

Conversation

mikeytdisco
Copy link
Contributor

@mikeytdisco mikeytdisco commented May 8, 2023

Pinging a QEMU virtual system doesn't work for detecting the system going offline, so the ping was removed from both the offline and online path of the test cases. However, this broke testing with real system.

Allow all exceptions to signal system not available when waiting for online or offline.

Fixes #94

  • Impacts functionality?
  • Impacts security?
  • Includes tests?
  • Includes documentation?

How This Was Tested

Tested on the QEMU path and a physical system.

Integration Instructions

N/A

@github-actions github-actions bot added language:python Pull requests that update Python code impact:testing Affects testing labels May 8, 2023
@mikeytdisco
Copy link
Contributor Author

@microsoft-github-policy-service agree

@mikeytdisco mikeytdisco force-pushed the personal/mikeyt/RestorePingToReboot branch from d1fbc73 to 477dc4d Compare May 10, 2023 22:09
@github-actions github-actions bot removed the language:python Pull requests that update Python code label May 10, 2023
@mikeytdisco mikeytdisco changed the title Add ping back to the Wait for System Online path Allow all exceptions to indicate system is offline May 10, 2023
@Flickdm Flickdm merged commit 7f8ee4c into microsoft:main May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:testing Affects testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Support for Qemu testing broke real system reboot timing
4 participants