From 27068bf44d61a51dfd78a42f788268e1d3b3409e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 16 Sep 2016 00:08:30 +0300 Subject: tests: Skip VYUY tests on Gen3 platforms The Gen3 platforms don't support VYUY, skip the related tests. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0002.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/vsp-unit-test-0002.sh') diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh index b2f2bce..5979927 100755 --- a/tests/vsp-unit-test-0002.sh +++ b/tests/vsp-unit-test-0002.sh @@ -14,6 +14,11 @@ formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU" test_wpf_packing() { test_start "WPF packing in $format" + if [ $format = VYUY -a $(vsp1_generation) != VSP1 ] ; then + test_complete skip + return + fi + pipe_configure rpf-wpf 0 0 format_configure rpf-wpf 0 0 YUV444M 1024x768 $format -- cgit v1.2.3