4 # Test invalid pipelines, without an RPF or without a WPF.
13 test_start "invalid pipeline with no RPF"
15 pipe_configure none | ./logger.sh config >> $logfile
16 format_configure wpf \
17 $format 1024x768 0 | ./logger.sh config >> $logfile
19 $vsp_runner $mdev output 0 $format | ./logger.sh input.0 >> $logfile
21 # The test always passes if the kernel doesn't crash
26 test_start "invalid pipeline with no WPF"
28 pipe_configure none | ./logger.sh config >> $logfile
29 format_configure rpf \
30 $format 1024x768 0 | ./logger.sh config >> $logfile
32 $vsp_runner $mdev input 0 $format | ./logger.sh input.0 >> $logfile
34 # The test always passes if the kernel doesn't crash
43 test_init $0 "$features"