From f5e0e95ecb5f49f0f3ef6391b02959805b02146c Mon Sep 17 00:00:00 2001 From: Arthur She Date: Sat, 17 Oct 2020 18:42:18 -0700 Subject: 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 --- automated/linux/igt/igt-test.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'automated/linux/igt') 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 "**********************************************"; -- cgit v1.2.3