-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reorganize test folders #16
Open
ranechita
wants to merge
104
commits into
master
Choose a base branch
from
reorganize_tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
ranechita
force-pushed
the
reorganize_tests
branch
from
April 4, 2022 09:05
acd8219
to
da17d25
Compare
frequency and peaks for a measured signal. Signed-off-by: Alexandra Trifan <[email protected]>
ranechita
force-pushed
the
reorganize_tests
branch
5 times, most recently
from
April 27, 2022 09:39
6ab7adc
to
74fb9fc
Compare
ranechita
force-pushed
the
reorganize_tests
branch
from
May 2, 2022 08:25
74fb9fc
to
bde3ad0
Compare
ranechita
force-pushed
the
reorganize_tests
branch
from
May 17, 2022 09:41
bde3ad0
to
406ba92
Compare
Can you please upload the rpi-ad9545-hmc7044 devicetree's sources (all 3 of them)? Also, maybe instead of using uploaded binaries you can use dtc to compile them on the fly. |
ranechita
force-pushed
the
reorganize_tests
branch
2 times, most recently
from
June 2, 2022 12:39
6a4c33a
to
7c11f0e
Compare
Test output frequencies one by one. Signed-off-by: Ramona Alexandra Nechita <[email protected]>
ranechita
force-pushed
the
reorganize_tests
branch
from
June 2, 2022 14:57
7c11f0e
to
693db37
Compare
Added scripts for testing inputs of hmc and ad9545. Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Added one script to call all the other which run on synchrona. Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Added the overlays for the test cases in the test folder. Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
…c/production-tests into reorganize_tests
Signed-off-by: constmonica <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
Signed-off-by: Monica Constandachi <[email protected]>
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.
With the way tests are currently organized in folders, the code in setup_env.sh, config.sh, lib/production.sh, etc was mostly duplicated in every production test folder, with very few additions and modifications. All the production scripts were moved to a single folder main_tests, which contains all the common files and device specific folders only for scripts that are particular for a certain setup.
The setup_env script is run with a BOARD parameter, based on which the pi is configured specifically for the chosen board.
The changes were tested with 2 different setups (synchrona and adrv9361) and the overall functionality and user experience is the same.
Waiting for suggestions for naming or any further structure related changes.