aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-10-17 08:59:12 -0700
committerArthur She <arthur.she@linaro.org>2020-10-17 08:59:12 -0700
commitea63c8d717b1a51c583041056726b90c01888f65 (patch)
treefbb3d3ea330f67f616c3c0bac7d8fb29630c2cf5
parent1327b647f9dce39ff6237fa6bc73f5125efbcda1 (diff)
igt: Bypass reboot Chamelium in igt-test-utf-8-encoding.yaml
Signed-off-by: Arthur She <arthur.she@linaro.org>
-rw-r--r--automated/linux/igt/igt-test-utf-8-encoding.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/igt/igt-test-utf-8-encoding.yaml b/automated/linux/igt/igt-test-utf-8-encoding.yaml
index 6c7e3da..6a56421 100644
--- a/automated/linux/igt/igt-test-utf-8-encoding.yaml
+++ b/automated/linux/igt/igt-test-utf-8-encoding.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"