aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2020-02-04 13:56:08 -0800
committerArthur <arthur.she@linaro.org>2020-02-04 13:56:08 -0800
commitb93d54ca0e1b8182f3bb45480f423aaa1b128dc3 (patch)
treeb9af234e6d6ff847cd27d512cd3a31a51e30870e /automated/linux/igt
parent639cfc17221256d450f1a26eba4fe40686fe3ce6 (diff)
igt: Showing the uptime of Chemalium
Signed-off-by: Arthur <arthur.she@linaro.org>
Diffstat (limited to 'automated/linux/igt')
-rw-r--r--automated/linux/igt/igt-test.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/automated/linux/igt/igt-test.yaml b/automated/linux/igt/igt-test.yaml
index 79be097..e0bfbf7 100644
--- a/automated/linux/igt/igt-test.yaml
+++ b/automated/linux/igt/igt-test.yaml
@@ -32,6 +32,8 @@ run:
- OPT="-d ${IGT_DIR} -t ${TEST_LIST}"
# Check Chamelium uboot console status
- ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CHAMELIUM_IP} /usr/bin/lock_u_boot_console
+ # Showing the uptime of Chamelium
+ - ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CHAMELIUM_IP} /usr/bin/uptime
# ${CHAMELIUM_IP} is from LAVA device dictionary
- if [ -n "${CHAMELIUM_IP}" ]; then OPT="${OPT} -c ${CHAMELIUM_IP}"; fi
- if [ -n "${HDMI_DEV_NAME}" ]; then OPT="${OPT} -h ${HDMI_DEV_NAME}"; fi