summaryrefslogtreecommitdiff
path: root/tests/vsp-unit-test-0000.sh
blob: 0815037a52f42b162f01e353f9fc4cda30b41fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: 2018 Renesas Electronics Corporation

# 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)