test_suite: support wildcard in test vector argument#260
Merged
Conversation
551e2b7 to
cea5dbe
Compare
rsanchez87
reviewed
May 16, 2025
bb834d7 to
f3fcdb8
Compare
rsanchez87
reviewed
May 16, 2025
f3fcdb8 to
8cab07b
Compare
rsanchez87
reviewed
May 19, 2025
8cab07b to
a595939
Compare
To select a set of test vectors with a pattern, use of fnmatch on the list of test vectors. It allows to get a sub list of test vectors, ie: ./fluster.py run -s -d GStreamer-VP9-VA-Gst1.0 -tv vp90-2-12* vp90-2-11* vp90-2-11-size-351x287.webm|✔️| |vp90-2-11-size-351x288.webm|✔️| |vp90-2-11-size-352x287.webm|✔️| |vp90-2-12-droppable_1.ivf|✔️| |vp90-2-12-droppable_2.ivf|✔️| |vp90-2-12-droppable_3.ivf|✔️|
a595939 to
f84b94a
Compare
rsanchez87
approved these changes
May 19, 2025
This file contains hidden or 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
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.
To select a set of test vectors with a pattern,
use of
fnmatchon the list of test vectors.It allows to get a sub list of test vectors, ie:
./fluster.py run -s -d GStreamer-VP9-VA-Gst1.0 -tv vp90-2-12* vp90-2-11*
vp90-2-11-size-351x287.webm|✔️|
|vp90-2-11-size-351x288.webm|✔️|
|vp90-2-11-size-352x287.webm|✔️|
|vp90-2-12-droppable_1.ivf|✔️|
|vp90-2-12-droppable_2.ivf|✔️|
|vp90-2-12-droppable_3.ivf|✔️|