aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-09-21 14:43:09 -0700
committerArthur She <arthur.she@linaro.org>2020-09-21 14:43:09 -0700
commit5d2832db648a37893299abd44649d13172905557 (patch)
tree1c1ab0aa7ce375ff391bbb7ef9ecad79a131f231 /automated/linux/igt
parent22797e8022942fc4838a35dae9a9fb26b30a4d9c (diff)
igt: Comment out reboot Chamelium
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, 2 insertions, 2 deletions
diff --git a/automated/linux/igt/igt-test.yaml b/automated/linux/igt/igt-test.yaml
index e172980..413fcee 100644
--- a/automated/linux/igt/igt-test.yaml
+++ b/automated/linux/igt/igt-test.yaml
@@ -32,8 +32,8 @@ run:
- ping -c 2 www.google.com || lava-test-raise "Target-network-failed"
- if [ "${TEST_LIST}" = "CHAMELIUM" ]; then
# Reboot Chamelium
- - echo -e "\nReboot the chamelium\n"
- - ./control_chamelium.sh ${CHAMELIUM_REBOOT_ARG}; sleep 30
+ #- echo -e "\nReboot the chamelium\n"
+ #- ./control_chamelium.sh ${CHAMELIUM_REBOOT_ARG}; sleep 30
# Check if Chamelium is available. ${CHAMELIUM_IP} is from LAVA device dictionary
- while [ ${CHAMELIUM_PING_RETRY} -gt 0 ]; do PC=`ping -c 2 ${CHAMELIUM_IP}|grep '100% packet loss'`||true; if [ -n "${PC}" ]; then ./control_chamelium.sh ${CHAMELIUM_REBOOT_ARG}; sleep 30; (( CHAMELIUM_PING_RETRY-- )); else break; fi; done
- test -n "${CHAMELIUM_IP}" && test ${CHAMELIUM_PING_RETRY} -gt 0 && lava-test-case "Ping-Chamelium" --result pass || lava-test-raise "Ping-Chamelium"