aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt/igt-chamelium-test.yaml
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2019-12-17 22:18:01 -0800
committerArthur <arthur.she@linaro.org>2019-12-17 22:18:01 -0800
commitf3c15f14833fc2f84828053512b876533341bac7 (patch)
treed3531b6595ec1d58c92b6909ccde601bd24efad2 /automated/linux/igt/igt-chamelium-test.yaml
parenta7055693ceabf5fba795eaa45ddf2277eef11e30 (diff)
igt: Add igt-test.sh to run a given test list or Chamelium test
Diffstat (limited to 'automated/linux/igt/igt-chamelium-test.yaml')
-rw-r--r--automated/linux/igt/igt-chamelium-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/igt/igt-chamelium-test.yaml b/automated/linux/igt/igt-chamelium-test.yaml
index 4211e21..3b77e92 100644
--- a/automated/linux/igt/igt-chamelium-test.yaml
+++ b/automated/linux/igt/igt-chamelium-test.yaml
@@ -36,7 +36,7 @@ run:
- echo "**********************************************";
- echo "************ Dump IGT test result ************";
- echo "**********************************************";
- - bzcat /usr/share/igt-gpu-tools/results/results.json.bz2 | python print-test-result.py
+ - bzcat ${IGT_DIR}/results/results.json.bz2 | python print-test-result.py
- if [ -n "${ARTIFACTORIAL_TOKEN}" -a -n "${ARTIFACTORIAL_URL}" ]; then
- UPLOAD_TOOL="../../utils/upload-to-artifactorial.sh"
- if [ -d "/root/dump-frames/" -a -n "`ls /root/dump-frames/`" ]; then echo "Got error frames.." ; tar -C /root -zcf dump-frames.tar.gz dump-frames/;