Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow all exceptions to indicate system is offline (#95)
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 - [x] Impacts functionality? - [ ] Impacts security? - [x] Includes tests? - [ ] Includes documentation? ## How This Was Tested Tested on the QEMU path and a physical system. ## Integration Instructions N/A Co-authored-by: Doug Flick <[email protected]>
- Loading branch information