Skip to content

Commit

Permalink
Add OTG automated tests with RPYC server (New) (#1678)
Browse files Browse the repository at this point in the history
Implemented automated OTG tests with RPYC server

---------

Co-authored-by: weichenwu <weichen.wu@canonical.com>
  • Loading branch information
stanley31huang and weizhenwu authored Jan 24, 2025
1 parent e5b7c6f commit 3cb37a8
Show file tree
Hide file tree
Showing 12 changed files with 1,039 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ parts:
- device-tree-compiler
- linuxptp
- snmp
- python3-rpyc
override-prime: |
snapcraftctl prime
rm lib/systemd/system/alsa-utils.service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ parts:
- device-tree-compiler
- linuxptp
- snmp
- python3-rpyc
override-prime: |
craftctl default
rm lib/systemd/system/alsa-utils.service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ parts:
- device-tree-compiler
- linuxptp
- snmp
- python3-rpyc
override-prime: |
snapcraftctl prime
rm lib/systemd/system/alsa-utils.service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ parts:
- device-tree-compiler
- linuxptp
- snmp
- python3-rpyc
override-prime: |
craftctl default
rm lib/systemd/system/alsa-utils.service
Expand Down
Loading

0 comments on commit 3cb37a8

Please sign in to comment.