-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
tests: wifi: esp32: Functional tests for CI #78765
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
raffarost
requested review from
marekmatej,
sylvioalves,
LucasTambor,
wmrsouza and
uLipe
September 20, 2024 12:57
sylvioalves
previously approved these changes
Sep 20, 2024
uLipe
previously approved these changes
Sep 20, 2024
raffarost
force-pushed
the
ci/wifi
branch
3 times, most recently
from
September 20, 2024 18:52
607d815
to
6ae7d12
Compare
marekmatej
previously approved these changes
Sep 20, 2024
raffarost
force-pushed
the
ci/wifi
branch
4 times, most recently
from
September 24, 2024 01:58
01a2367
to
d675408
Compare
raffarost
force-pushed
the
ci/wifi
branch
2 times, most recently
from
September 24, 2024 15:38
122717a
to
5ff4e14
Compare
wmrsouza
reviewed
Sep 25, 2024
uLipe
reviewed
Sep 25, 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.
LGTM so far, just wait for another reviewers
raffarost
force-pushed
the
ci/wifi
branch
2 times, most recently
from
September 25, 2024 19:07
55ea639
to
c5f1943
Compare
Functional wifi tests for ESP32 devices Signed-off-by: Raffael Rostagno <[email protected]>
Checks blobs presence as dependency to allow driver build. Goal is to avoid building in environment where blobs won't be present (e.g GitHub CI environment). Signed-off-by: Raffael Rostagno <[email protected]>
raffarost
requested review from
sylvioalves,
marekmatej,
uLipe and
wmrsouza
September 28, 2024 19:03
uLipe
approved these changes
Sep 30, 2024
sylvioalves
approved these changes
Sep 30, 2024
marekmatej
approved these changes
Sep 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.
Functional wifi tests for ESP32 devices