-
Notifications
You must be signed in to change notification settings - Fork 2
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 for different power off detection, and add tx2 power control override #90
base: master
Are you sure you want to change the base?
Conversation
1f95218
to
83fbc9e
Compare
83fbc9e
to
9c73d83
Compare
tested successfully on device types that use the ethernet method to detect poweroff |
c6684c7
to
7fa7a3f
Compare
7fa7a3f
to
1d49d44
Compare
This makes the baudrate configurable and makes the opened serial port accessible - so different parts of the test can share and use this single object and avoid conflicts accessing the port. Also adds error handling for when the port can't be opened Change-type: patch Signed-off-by: Ryan Cooke <[email protected]>
Allows for the selection of either ethernet carrier or serial output to detect DUT power off Change-type: minor Signed-off-by: Ryan Cooke <[email protected]>
1d49d44
to
3f9dbb1
Compare
This adds a subclass for use with the tx2 device type derived from autokitRelay() - it modifies the on and off functions to use the tx2 button press sequence instead Change-type: patch Signed-off-by: Ryan Cooke <[email protected]>
Pull request was converted to draft
Change-type: patch Signed-off-by: Ryan Cooke <[email protected]>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
No description provided.