aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2019-01-22 09:40:52 +0000
committerDaniel Thompson <daniel.thompson@linaro.org>2019-01-22 09:40:52 +0000
commitf81197442a35e0ac16a5c603a698f7b6b4279e90 (patch)
treece81157e0f8a6f24712a98d822524caa8fcf4b01
parent1790efb7f76fc1d27c64384b112c51e3a09e03d7 (diff)
lava-test-shell: install-python3
-rw-r--r--lava/lava-test-shell/install-python3.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lava/lava-test-shell/install-python3.yaml b/lava/lava-test-shell/install-python3.yaml
new file mode 100644
index 0000000..057f9e9
--- /dev/null
+++ b/lava/lava-test-shell/install-python3.yaml
@@ -0,0 +1,11 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: install-python3
+ description: "Use apt-get to install python3. Requires networking (and apt-get)"
+ maintainer:
+ - daniel.thompson@linaro.org
+
+run:
+ steps:
+ - lava-test-case install-python3-update --shell apt-get update
+ - lava-test-case install-python3-install --shell apt-get install -y python3