aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-05-24 09:15:52 -0500
committerAníbal Limón <anibal.limon@linaro.org>2018-05-24 09:20:31 -0500
commitc11b3060f29fe822101e4ef3b0a76f4d30f3c09b (patch)
tree0e13d2e35c336b8ea27c78c329b32dce76a02186 /lt-qcom-openembedded
parent3c631fb76e380fbc9a3bb939fb62d7039d527b11 (diff)
lt-qcom/lava-job-definitions: Add WLAN_DEVICE
Wireless LAN is different device name between in db{410,820}c. Change-Id: I72f7eb7095ad48e1b9832435bb21ce6e4c368174 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-openembedded')
-rwxr-xr-xlt-qcom-openembedded/submit_for_testing.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lt-qcom-openembedded/submit_for_testing.sh b/lt-qcom-openembedded/submit_for_testing.sh
index af2e088a..5160871a 100755
--- a/lt-qcom-openembedded/submit_for_testing.sh
+++ b/lt-qcom-openembedded/submit_for_testing.sh
@@ -27,12 +27,14 @@ case "${MACHINE}" in
export PIGLIT_IGNORE_TESTS_REPO=${IGNORE_TESTS_REPO}
if [ ${DEVICE_TYPE} = "dragonboard-410c" ]; then
export PM_QA_TESTS="cpufreq cpuidle cpuhotplug cputopology"
+ export WLAN_DEVICE="wlan0"
export GST_IGNORE_TESTS_FILE="qa/gst-validate/db410c.ignore"
export PIGLIT_IGNORE_TESTS_FILE="qa/piglit/db410c.ignore"
export BOOT_OS_PROMPT=\'root@dragonboard-410c:~#\'
elif [ ${DEVICE_TYPE} = "dragonboard-820c" ]; then
export PM_QA_TESTS="cpufreq cputopology"
+ export WLAN_DEVICE="wlp1s0"
export GST_IGNORE_TESTS_FILE="qa/gst-validate/db820c.ignore"
export PIGLIT_IGNORE_TESTS_FILE="qa/piglit/db820c.ignore"