aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-05-03 10:48:25 -0500
committerAnibal Limon <anibal.limon@linaro.org>2018-05-07 14:00:40 +0000
commita594877af7b650ca094bee87fc5f1b5dde468154 (patch)
tree0ab1f1e850e6827e2a3a6d1f23e680d9005f5b40 /lt-qcom-openembedded
parent5187cfff90054a8bdb82231af73bec95cc705ffb (diff)
lt-qcom/lava-job-definitions: Smoke testing params
Not run lscpu and lsb_release tests on openembedded images because aren't LSB complaint and always fails. Change-Id: I6bc7f35dd61181406ca1140357b5bc48fb599906 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.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lt-qcom-openembedded/submit_for_testing.sh b/lt-qcom-openembedded/submit_for_testing.sh
index 593047b0..ba88dafa 100755
--- a/lt-qcom-openembedded/submit_for_testing.sh
+++ b/lt-qcom-openembedded/submit_for_testing.sh
@@ -23,6 +23,7 @@ if [ "${DEVICE_TYPE}" = "dragonboard-410c" ]; then
else
export PM_QA_TESTS="cpufreq cpuidle cpuhotplug thermal cputopology"
fi
+export SMOKE_TESTS="pwd, uname -a, ip a, vmstat, lsblk"
case "${MACHINE}" in
dragonboard-410c|dragonboard-820c)