aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt/igt-chamelium-test.yaml
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2019-06-05 17:29:58 -0700
committerArthur <arthur.she@linaro.org>2019-06-05 17:29:58 -0700
commit95d1a6429313c0c5cec3190cd54ac9096c72019d (patch)
tree3d2e002db4e78e2c88d909c698c2a53968c41aa7 /automated/linux/igt/igt-chamelium-test.yaml
parente689d3e0f010498bb170a1b57978695e8f4ad645 (diff)
igt: run script with python
Diffstat (limited to 'automated/linux/igt/igt-chamelium-test.yaml')
-rw-r--r--automated/linux/igt/igt-chamelium-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/igt/igt-chamelium-test.yaml b/automated/linux/igt/igt-chamelium-test.yaml
index ae7dc32..f92ca2b 100644
--- a/automated/linux/igt/igt-chamelium-test.yaml
+++ b/automated/linux/igt/igt-chamelium-test.yaml
@@ -33,14 +33,14 @@ run:
- if [ -n "${TEST_LIST}" ]; then TL="-t ${TEST_LIST}"; fi
- ./igt-chamelium-test.sh -c ${CHAMELIUM_IP} -h ${HDMI_DEV_NAME} -d ${IGT_DIR} ${TL}
# Dump igt test result and upload artifact to Artifactorial
- - ifconfig; pwd; ls
+ - ifconfig; pwd; ls -l
# - if [ -n "`which html2text`" -a -d "/usr/share/igt-gpu-tools/results/html/" ]; then
# - ls /usr/share/igt-gpu-tools/results
- echo "**********************************************";
- echo "************ Dump IGT test result ************";
- echo "**********************************************";
# - ls /usr/share/igt-gpu-tools/results/html/results/*|sort -r|xargs html2text; fi
- - bzcat /usr/share/igt-gpu-tools/results/results.json.bz2 | print-test-result.py
+ - bzcat /usr/share/igt-gpu-tools/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/;