-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(anta.cli): anta nrfu
enchancements: add --device
and --test
to filter tests and --hide (error|failure|success|skipped)
to hide results.
#588
Merged
mtache
merged 31 commits into
aristanetworks:main
from
titom73:fix/issue585-cli-more-consistent
Mar 29, 2024
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
mtache
requested changes
Mar 19, 2024
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
titom73
added
framework-enhancement
New feature or request
Anta CLI
All things around CLI
labels
Mar 20, 2024
titom73
force-pushed
the
fix/issue585-cli-more-consistent
branch
from
March 20, 2024 16:04
9dd847b
to
0dbf8bf
Compare
gmuloc
reviewed
Mar 25, 2024
gmuloc
reviewed
Mar 25, 2024
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
mtache
force-pushed
the
fix/issue585-cli-more-consistent
branch
from
March 28, 2024 07:55
0dbf8bf
to
c537baa
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
gmuloc
reviewed
Mar 28, 2024
This was
linked to
issues
Mar 28, 2024
mtache
changed the title
feat(anta.cli): Make anta nrfu CLI more consistent
feat(anta.cli): Mar 28, 2024
anta nrfu
enchancements: add --device
and --test
to filter tests and --hide(error|failure|success)
to hide results.
gmuloc
reviewed
Mar 29, 2024
gmuloc
requested changes
Mar 29, 2024
mtache
changed the title
feat(anta.cli):
feat(anta.cli): Mar 29, 2024
anta nrfu
enchancements: add --device
and --test
to filter tests and --hide(error|failure|success)
to hide results.anta nrfu
enchancements: add --device
and --test
to filter tests and --hide (error|failure|success|skipped)
to hide results.
mtache
force-pushed
the
fix/issue585-cli-more-consistent
branch
from
March 29, 2024 12:21
22fb699
to
40d6a60
Compare
mtache
approved these changes
Mar 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Implement some cli enhancements:
--device
and--test
toanta nrfu
to filter by tests or devices. Can be used multiple times.device
andtest
filters at runner level: no undesired API calls are done towards devices--hide (error|failure|success|skipped)
toanta nrfu
hide test in resultsFixes #585
Example with device and test
Example of skip-error,failure,success
Checklist:
pre-commit run
)tox -e testenv
)