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

Add OTG automated tests with RPYC server (New) #1678

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
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
Loading