diff options
| -rwxr-xr-x | tests/vsp-unit-test-0000.sh | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/tests/vsp-unit-test-0000.sh b/tests/vsp-unit-test-0000.sh new file mode 100755 index 0000000..5f40af7 --- /dev/null +++ b/tests/vsp-unit-test-0000.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +# Report testing conditions + +model=$(cat /sys/firmware/devicetree/base/model) + +echo "Test Conditions:" + +echo "  Platform:       " "$model" +echo "  Kernel release: " $(uname -r) +echo "  convert:        " $(which convert) +echo "  compare:        " $(which compare) +echo "  killall:        " $(which killall) +echo "  raw2rgbpnm:     " $(which raw2rgbpnm) +echo "  stress:         " $(which stress) +echo "  yavta:          " $(which yavta) | 
