-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add runtime test using h26forge bitstreams
Test is v4l2slh264dec can safely decode the bitstreams generated by h26forge. Signed-off-by: Benjamin Gaignard <[email protected]>
- Loading branch information
Benjamin Gaignard
committed
Jan 9, 2025
1 parent
0b3751e
commit cbbd411
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{# This test verifies if h26forge generate bitstream | ||
# do not make h264 stateless decoder crash basic functionality: | ||
-#} | ||
- test: | ||
timeout: | ||
minutes: {{ job_timeout|default('15') }} | ||
definitions: | ||
- repository: | ||
metadata: | ||
format: Lava-Test Test Definition 1.0 | ||
name: {{ node.name }} | ||
description: "h26forge test plan" | ||
os: | ||
- debian | ||
scope: | ||
- functional | ||
run: | ||
steps: | ||
- KERNELCI_LAVA=y /usr/bin/h26forge-parser.sh | ||
|
||
from: inline | ||
name: {{ node.name }} | ||
path: inline/{{ node.name }}.yaml |