-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(hwil): implements hwil command #319
Conversation
🤖 Pull Request Artifacts (#9443585226) 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rrkumarshikhar Before reviews begin, please rebase the PRs against devel
since this implementation is independent and we can get it out by the 12th.
31a4dca
to
d3f6727
Compare
cdb770c
to
adc91e9
Compare
e88a285
to
593fa79
Compare
593fa79
to
1913c20
Compare
fa6a38c
to
e167a74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitrgadiya Implemented execute
and ssh
as discussed.
e167a74
to
aa8168c
Compare
🤖 Pull Request Artifacts (#9502251240) 🎉 |
cdb97cc
to
1f30fd3
Compare
🤖 Pull Request Artifacts (#9502398798) 🎉 |
1f30fd3
to
08a0b15
Compare
🤖 Pull Request Artifacts (#9502895514) 🎉 |
This commit introduces the command to manage hardware-in-loop devices. Usage: rio hwil [OPTIONS] COMMAND [ARGS]... Manage Hardware-in-the-Loop (HWIL) devices Options: --help Show this message and exit. Commands: create Create a new hardware-in-the-loop device. delete Delete one or more devices execute Execute inspect Inspect the hardware-in-the-loop device. list Lists hardware-in-loop devices. login Log in to HWIL. ssh SSH into the hardware-in-the-loop device.
08a0b15
to
621985d
Compare
🤖 Pull Request Artifacts (#9502928594) 🎉 |
🤖 Pull Request Artifacts (#9512203016) 🎉 |
# [7.6.0](v7.5.0...v7.6.0) (2024-07-04) ### Bug Fixes * **device:** sets device labels correctly ([#329](#329)) ([a3ac73d](a3ac73d)) * **device:** sets highperf label on virtual device ([#328](#328)) ([1eb7906](1eb7906)) * **project:** updates subnet when vpn is already enabled ([#324](#324)) ([e8d553b](e8d553b)) ### Features * **configtree:** add export command ([6f236ae](6f236ae)) * **configtree:** add support for diff ([7df605e](7df605e)) * **configtree:** add support for merge ([a1d273f](a1d273f)) * **configtree:** add support for milestone ([6ada3f7](6ada3f7)) * **device:** supports onboarding hwil devices via device manifest ([#323](#323)) ([7c257f1](7c257f1)) * **hwil:** implements hwil command ([#319](#319)) ([3e24b0b](3e24b0b))
🎉 This PR is included in version 7.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This pull request introduces the
hwil
command to manage hardware-in-loop devices.Usage
Demo
Managing devices
Execute and SSH Command