-
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
[TEST] Setup test infrastructure #51
Merged
Merged
Conversation
This file contains 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
Fabricio-ESP
changed the title
[WIP] [TEST] Setup test infrastructure
[TEST] Setup test infrastructure
Oct 2, 2024
Update script files.
Clear up readme file
Manually triggered for now. Only basic tests. Export results in juni xml file.
Manually added artifacts. Removed build step from pipeline
* fixed cli arg prioritization * fixed multiple versions and target input over cli args --------- Co-authored-by: Petr Gadorek <[email protected]>
Co-authored-by: Petr Gadorek <[email protected]>
This reverts commit a6344db.
This reverts commit a6344db.
Fabricio-ESP
force-pushed
the
autotest
branch
from
October 29, 2024 11:00
b8768fa
to
d8bd3ef
Compare
Hahihula
requested changes
Oct 29, 2024
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.
After the changes LGTM
Hahihula
approved these changes
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull requests adds the test infrastructure to the tests folder.
A README.md file describes the steps required to run the tests on a Windows and Linux machine (MacOS TBD).
At this point tests are running locally, there is no CI integration in place.Next steps is to expand the test cases and work on integrating a github actions to execute the test on github runners.Update!
Ci has been integrated into this PR. The CI is set to only run for new PRs into the autotest branch (intended for test script expansion) or manually triggered to any branch using the github actions tag (look for autotest workflow)
Current tests validates the installation of ESP-IDF following the wizard steps for linux and windows machines that already have all prerequisites installed.
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: