-
Notifications
You must be signed in to change notification settings - Fork 5
Psoc ino unity tests hil setup wifi single #153
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
Merged
ramya-subramanyam
merged 10 commits into
main
from
psoc-ino-unity-tests-hil-setup-wifi-single
Aug 25, 2025
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7cf39a3
tests: tools: .github/workflows: Add secret decryption step.
ramya-subramanyam c8951e9
config: Add single board test configuration for wifi.
ramya-subramanyam 5f9d7f7
tools/decrypt_secret.sh: Add file permissions.
ramya-subramanyam 1a250c2
extras/makers-devops: extras/arduino-core-tests: Update submodule.
ramya-subramanyam 9b5171c
config: Add all tests to be executed.
ramya-subramanyam 018e54e
docs/run-tests.rst: Enhance test documentation.
ramya-subramanyam 6b58e43
config: extras/makers-devops: Add runtime option and update submodule.
ramya-subramanyam a289b03
README.md: Remove feature support link.
ramya-subramanyam 2072920
config/user.yml: Add 1 missing wifi test.
ramya-subramanyam 93936e4
extras: .github\workflows\hil_checks.yml: Update submodule.
ramya-subramanyam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,19 @@ | ||
| unit-test: | ||
| - unit-test-pulse | ||
| - unit-test-iic-pingpong | ||
| - unit-test-spi-pingpong | ||
| - unit-test-digital-io | ||
| - unit-test-time | ||
| - unit-test-uart | ||
| - unit-test-wifi-tcp | ||
| - unit-test-interrupts | ||
| - unit-test-tone | ||
| - unit-test-spi-loopback | ||
| - unit-test-iic-single-board | ||
| - unit-test-wifi-sta-ap | ||
| - unit-test-wifi-extras | ||
| - unit-test-wifi-exceptions | ||
| - unit-test-analog-io-adc | ||
| - unit-test-random | ||
| - unit-test-analog-io-pwm | ||
| - unit-test-pulse | ||
| - unit-test-wifi-tcp | ||
| - unit-test-wifi-udp | ||
| - unit-test-iic-single-board | ||
| - unit-test-wifi-udp | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule arduino-core-tests
updated
3 files
| +81 −29 | Makefile | |
| +5 −1 | src/corelibs/wifi/test_wifi_exceptions.cpp | |
| +3 −2 | src/corelibs/wifi/test_wifi_extras.cpp |
Submodule makers-devops
updated
19 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| #!/bin/sh | ||
|
|
||
| # --batch to prevent interactive command | ||
| # --yes to assume "yes" for questions | ||
| gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" \ | ||
| --output ./tests/secrets.h ./tests/secrets.h.gpg |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.