summaryrefslogtreecommitdiff
path: root/automated/linux/nginx-server/nginx-odp-dpdk-git.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/nginx-server/nginx-odp-dpdk-git.yaml')
-rw-r--r--automated/linux/nginx-server/nginx-odp-dpdk-git.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/automated/linux/nginx-server/nginx-odp-dpdk-git.yaml b/automated/linux/nginx-server/nginx-odp-dpdk-git.yaml
new file mode 100644
index 0000000..acf3e37
--- /dev/null
+++ b/automated/linux/nginx-server/nginx-odp-dpdk-git.yaml
@@ -0,0 +1,36 @@
+# NOTE: when calling this test, kernel-headers must have been installed
+metadata:
+ name: httperf-nginx-ofp-odp-dpdk-git
+ format: Lava-Test-Shell Test Definition 1.0
+ description: Server running OFP+ODP+DPDK NGiNX from git
+ environment:
+ - lava-test-shell
+ maintainer:
+ - josep.puigdemont@linaro.org
+ os:
+ - debian
+ - ubuntu
+ devices:
+ - x86
+
+install:
+ deps:
+ - bash
+ - ethtool
+ - pciutils
+ - procps
+ - sysstat
+ - wget
+
+params:
+ MAX_CORES: 0
+ VLAND_NAME: vlan_one
+ BUILD_DIR: /build
+
+run:
+ steps:
+ - sysctl -w vm.nr_hugepages=1024
+ - modprobe uio
+ - export CONFIG_TYPE=odp-dpdk-git
+ - export MAX_CORES VLAND_NAME
+ - lava-test-case httperf-nginx-server --shell ./automated/linux/nginx-server/nginx-server.sh