aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/igt/igt-chamelium-test.yaml
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2019-09-19 09:29:14 -0700
committerArthur <arthur.she@linaro.org>2019-09-19 09:29:14 -0700
commite9d1f863d2c348b3d3c6c5804a1678a1fcbead47 (patch)
tree279953b052bd8956398637c1222a8cbc3ea631e9 /automated/linux/igt/igt-chamelium-test.yaml
parent2a115fef8e8e4cea32dac2bf58c29019cd2ccf86 (diff)
igt: use simple assignment to setup CHAMELIUM_IP
Signed-off-by: Arthur <arthur.she@linaro.org>
Diffstat (limited to 'automated/linux/igt/igt-chamelium-test.yaml')
-rw-r--r--automated/linux/igt/igt-chamelium-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/igt/igt-chamelium-test.yaml b/automated/linux/igt/igt-chamelium-test.yaml
index e8a9626..5751e52 100644
--- a/automated/linux/igt/igt-chamelium-test.yaml
+++ b/automated/linux/igt/igt-chamelium-test.yaml
@@ -31,7 +31,7 @@ run:
- git config --global http.sslverify false
- if [ -n "${TEST_LIST}" ]; then TL="-t ${TEST_LIST}"; fi
# ${CHAMELIUM_STATIC_IP} is from LAVA device dictionary
- - CHAMELIUM_IP=`echo ${CHAMELIUM_STATIC_IP}`
+ - CHAMELIUM_IP=${CHAMELIUM_STATIC_IP}
- ./igt-chamelium-test.sh -c ${CHAMELIUM_IP} -h ${HDMI_DEV_NAME} -d ${IGT_DIR} ${TL}
# Dump igt test result and upload artifact to Artifactorial
- ifconfig; pwd; ls -l