summaryrefslogtreecommitdiff
path: root/automated/linux/toolchain-smoke/toolchain-smoke.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-04 22:14:02 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-08 12:34:47 +0000
commita080bbff9a3bedbeb567e6dfc7996eb947df5752 (patch)
tree0c420d4ce76776253fecd04ed724a1d2d48e141f /automated/linux/toolchain-smoke/toolchain-smoke.yaml
parent4cb5f38bd1f246e31de780bd88b5cf31cec5cfad (diff)
automated: added toolchain-smoke test
Simple test that check if gcc compilation works Change-Id: Ic59f75c6b4c11c9e569017ca848036cdfeb69059 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'automated/linux/toolchain-smoke/toolchain-smoke.yaml')
-rw-r--r--automated/linux/toolchain-smoke/toolchain-smoke.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/automated/linux/toolchain-smoke/toolchain-smoke.yaml b/automated/linux/toolchain-smoke/toolchain-smoke.yaml
new file mode 100644
index 0000000..8d7c1ab
--- /dev/null
+++ b/automated/linux/toolchain-smoke/toolchain-smoke.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: toolchain-smoke
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Simple test that checks whether gcc compilation works"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - fedora
+ - centos
+ scope:
+ - functional
+ devices:
+ - mustang
+ - overdrive
+ - moonshot
+ - thunderX
+ - d03
+ - d05
+
+params:
+ STATIC: false
+ SKIP_INSTALL: false
+
+run:
+ steps:
+ - cd ./automated/linux/toolchain-smoke/
+ - ./toolchain-smoke.sh -s ${SKIP_INSTALL} -t ${STATIC}
+ - ../../utils/send-to-lava.sh ./output/result.txt