summaryrefslogtreecommitdiff
path: root/tests/vsp-unit-test-0001.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-18 02:23:36 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-06-20 02:29:33 +0300
commit306c53b308c2ff7b6344b413332bf7ea040e852a (patch)
treeb261f44ae828d5651c9fde114cf379d5333e8799 /tests/vsp-unit-test-0001.sh
parent6b5959c04c5afebded4471430fa7eceac81c1183 (diff)
vsp-lib: Replace vsp-runner script with a function from vsp-lib
This allows reusing variables internal to vsp-lib and getting rid of the mdev and format arguments to the vsp-runner invocations. As part of the transition, handle additional options with an explicit list of supported options instead of passing them straight to yavta. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/vsp-unit-test-0001.sh')
-rwxr-xr-xtests/vsp-unit-test-0001.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0001.sh b/tests/vsp-unit-test-0001.sh
index 887f23a..1357363 100755
--- a/tests/vsp-unit-test-0001.sh
+++ b/tests/vsp-unit-test-0001.sh
@@ -17,8 +17,8 @@ test_wpf_packing() {
pipe_configure rpf-wpf 0 0
format_configure rpf-wpf 0 0 ARGB32 1024x768 $format
- $vsp_runner $mdev input 0 ARGB32 &
- $vsp_runner $mdev output 0 $format
+ vsp_runner rpf.0 &
+ vsp_runner wpf.0
result=$(compare_frames)