summaryrefslogtreecommitdiff
path: root/tests/vsp-unit-test-0002.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vsp-unit-test-0002.sh')
-rwxr-xr-xtests/vsp-unit-test-0002.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh
index 14a45b0..a354c32 100755
--- a/tests/vsp-unit-test-0002.sh
+++ b/tests/vsp-unit-test-0002.sh
@@ -15,12 +15,12 @@ test_wpf_packing() {
test_start "WPF packing in $format"
pipe_configure rpf-wpf 0 0
- format_configure rpf-wpf 0 0 YUYV 1024x768 $format
+ format_configure rpf-wpf 0 0 YUV444M 1024x768 $format
- $vsp_runner $mdev input 0 YUYV &
+ $vsp_runner $mdev input 0 YUV444M &
$vsp_runner $mdev output 0 $format
- result=$(compare_frames fuzzy)
+ result=$(compare_frames exact)
test_complete $result
}