aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-10-17 18:42:18 -0700
committerArthur She <arthur.she@linaro.org>2020-10-17 18:42:18 -0700
commitf5e0e95ecb5f49f0f3ef6391b02959805b02146c (patch)
treee8f22d51369524e7444cf0d7ff27cb0180e177ea /automated/linux/igt
parent5d6cf9f554f8eb4f2943fe24bb51405f779bfc13 (diff)
igt: Remove commands which is used to delete Chamelium logs
Due to we will reboot the Chamelium at the beginning of the test. No need to delete Chamelium logs. Signed-off-by: Arthur She <arthur.she@linaro.org>
Diffstat (limited to 'automated/linux/igt')
-rw-r--r--automated/linux/igt/igt-test.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/automated/linux/igt/igt-test.yaml b/automated/linux/igt/igt-test.yaml
index 57ed4a34..b9c6411f 100644
--- a/automated/linux/igt/igt-test.yaml
+++ b/automated/linux/igt/igt-test.yaml
@@ -45,10 +45,6 @@ run:
- if [ -n "${HDMI_DEV_NAME}" ]; then OPT="${OPT} -h ${HDMI_DEV_NAME}"; fi
- fi
- ./igt-test.sh ${OPT}
- # Delete Chameliumd log
- - ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CHAMELIUM_IP} /usr/bin/uptime
- - ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CHAMELIUM_IP} sh -c "echo '' > /var/log/chameleond"
- - ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CHAMELIUM_IP} sh -c "echo '' > /var/log/chameleond_init"
# Dump igt test result and upload artifact to Artifactorial
- ifconfig; pwd; ls -l
- echo "**********************************************";