summaryrefslogtreecommitdiff
path: root/execs
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2021-10-05 13:07:56 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2021-10-14 09:45:17 +0300
commitc42a056ba67b121c40b67d332ce9489077bece36 (patch)
treeeba53868e90660b42cdab6381d75d07b7918eff3 /execs
parent200203f64783b84aef8f9925619ba2faa2483780 (diff)
Enable SR-IR in QEMU and x86
some old script cleanups as well Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs')
-rw-r--r--execs/sr-ir.yaml19
-rw-r--r--execs/ubuntu-build-essential.yaml2
2 files changed, 21 insertions, 0 deletions
diff --git a/execs/sr-ir.yaml b/execs/sr-ir.yaml
new file mode 100644
index 0000000..64d4200
--- /dev/null
+++ b/execs/sr-ir.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: SR-IR
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run SystemReady-IR"
+ version: 1.0
+
+
+install:
+ deps:
+ - util-linux
+ - tmux
+ - python3
+ - python3-yaml
+ - python3-packaging
+
+run:
+ steps:
+ - echo "QEMU SystemReady-IR"
+ - ./scripts/sr-ir.sh
diff --git a/execs/ubuntu-build-essential.yaml b/execs/ubuntu-build-essential.yaml
index ce1ff60..fb14ebb 100644
--- a/execs/ubuntu-build-essential.yaml
+++ b/execs/ubuntu-build-essential.yaml
@@ -42,3 +42,5 @@ install:
- lsb-release
- net-tools
- tcpdump
+ - wget
+ - qemu-system-arm