forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement fs tests #114
Merged
Merged
Implement fs tests #114
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
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add command to install mpremote. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Run test only for 1st device (proto). Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> workflows/ports_psoc6: Fixing FS workflow. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> test/psoc6: Update mpremote command. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Check if mpremote is available. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add mpremote tool path. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add mpremote tool path. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Minor fix in path. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Test current path. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Fix mpremote path. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Install requirements. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Install requirements. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add mpremote path right. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add mpremote path right. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add mpremote path right. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> workflows/ports_psoc6.yml: Run FS tests first. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Add device to mpremote cmd. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> tests/psoc6: Recent changes for test. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com> workflows/prts_psoc6: Update the checkout version. Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
Code size report:
|
jaenrig-ifx
approved these changes
Jan 30, 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.
🥳
IFX-Anusha
approved these changes
Jan 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.
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
Description
Enable tests for filesystem especially focusing on interactions with file saved on device. Currently this works for external flash on proto board and should run the same way for BLE board. For BLE board, we will test it in next tickets.
Related Issue
Github issue