summaryrefslogtreecommitdiff
path: root/execs
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-04-19 09:31:41 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-04-19 09:31:41 +0300
commit34a4d567042bf71c6d29d94e40e65365ddca0b68 (patch)
tree6718c8f0574a9b3d52ac3c32c6ab5ec59db28672 /execs
parentbcc006618a5416c81cf29878174a8d1db84cd13e (diff)
updated testing to build odp
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs')
-rw-r--r--execs/dpdk_all_archs.yaml17
-rw-r--r--execs/odp-build.yaml28
2 files changed, 28 insertions, 17 deletions
diff --git a/execs/dpdk_all_archs.yaml b/execs/dpdk_all_archs.yaml
deleted file mode 100644
index 8bdd4f6..0000000
--- a/execs/dpdk_all_archs.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-metadata:
- name: Build DPDK
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Build DPDK"
- version: 1.0
-
-install:
- deps:
- - libnuma1
- - libnuma-dev
- - libpcap-dev
- #- wget
-
-run:
- steps:
- - echo "Build DPDK"
- - ./scripts/build-dpdk.sh
diff --git a/execs/odp-build.yaml b/execs/odp-build.yaml
new file mode 100644
index 0000000..dcd2d80
--- /dev/null
+++ b/execs/odp-build.yaml
@@ -0,0 +1,28 @@
+metadata:
+ name: ODP installation
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Setup ODP"
+ version: 1.0
+
+install:
+ deps:
+ - autotools-dev
+ - autoconf
+ - libtool
+ - autogen
+ - gcc
+ - git
+ - g++
+ - make
+ - libssl-dev
+ - libcunit1
+ - libcunit1-dev
+ - libconfig-dev
+ - m4
+ - pkg-config
+ - locales-all
+
+run:
+ steps:
+ - echo "Build ODP"
+ - ./scripts/build-odp.sh