Skip to content

test_suite: support wildcard in test vector argument#260

Merged
rsanchez87 merged 1 commit into
fluendo:masterfrom
dabrain34:dab_add_wildcard
May 19, 2025
Merged

test_suite: support wildcard in test vector argument#260
rsanchez87 merged 1 commit into
fluendo:masterfrom
dabrain34:dab_add_wildcard

Conversation

@dabrain34
Copy link
Copy Markdown
Contributor

@dabrain34 dabrain34 commented May 9, 2025

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|✔️|

@dabrain34 dabrain34 force-pushed the dab_add_wildcard branch 2 times, most recently from 551e2b7 to cea5dbe Compare May 9, 2025 13:56
@dabrain34 dabrain34 changed the title test_suite: support wildcard test_suite: support wildcard in test vector argument May 9, 2025
Comment thread fluster/test_suite.py Outdated
@dabrain34 dabrain34 force-pushed the dab_add_wildcard branch 2 times, most recently from bb834d7 to f3fcdb8 Compare May 16, 2025 10:51
Comment thread fluster/test_suite.py Outdated
Comment thread fluster/test_suite.py Outdated
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|✔️|
@rsanchez87 rsanchez87 self-requested a review May 19, 2025 08:15
@rsanchez87 rsanchez87 merged commit 33566ab into fluendo:master May 19, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants