aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-10-24 10:17:52 -0500
committerAníbal Limón <anibal.limon@linaro.org>2019-10-24 10:20:01 -0500
commitd8bdc54ab9d7f4d817d8347d47bc58b8eb540842 (patch)
treee5f7396470d2e0ac3d9dcbe65497bf2b94be34f8 /lt-qcom-linux-test
parentc78728bbdb44394464f3e8cfcc667070d8667e17 (diff)
lt-qcom-linux-integration: Add LAVA testing support for db845c
At this moment the db845c board is on LAVA staging. Change-Id: I20bbcd3b4ae8fbfbc3f6e6e3bf0de0e2a03c1fbd Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-test')
-rwxr-xr-xlt-qcom-linux-test/submit_for_testing.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/lt-qcom-linux-test/submit_for_testing.sh b/lt-qcom-linux-test/submit_for_testing.sh
index 28c0e850..c78838aa 100755
--- a/lt-qcom-linux-test/submit_for_testing.sh
+++ b/lt-qcom-linux-test/submit_for_testing.sh
@@ -42,6 +42,14 @@ case "${MACHINE}" in
export WLAN_DEVICE="wlan0"
export WLAN_TIME_DELAY="0s"
export ETH_DEVICE="eth0"
+ elif [ ${MACHINE} = "sdm845-db845c" ]; then
+ export LAVA_DEVICE_TYPE="dragonboard-845c"
+
+ export PM_QA_TESTS="cpufreq cpuidle cpuhotplug cputopology"
+ export WLAN_DEVICE="wlan0"
+ export WLAN_TIME_DELAY="0s"
+ export ETH_DEVICE="eth0"
+ export LAVA_SERVER=${STAGING_LAVA_SERVER}
elif [ ${MACHINE} = "qcs404-evb-1000" ]; then
export LAVA_DEVICE_TYPE="qcs404-evb-1k"