diff options
author | Josep Puigdemont <josep.puigdemont@linaro.org> | 2017-03-20 13:34:46 +0100 |
---|---|---|
committer | Milosz Wasilewski <milosz.wasilewski@linaro.org> | 2017-04-19 09:06:38 +0000 |
commit | 3598bcc02d53eac8d645912a71cccb1da3af8ddb (patch) | |
tree | 784f0033d99b155c46aec7f66a543cc4bb4b45cc /automated/linux/nginx-server/nginx-odp-dpdk-git.yaml | |
parent | 6cdfbb5fcf3d939d11661bc5bf4aa3c496beb898 (diff) | |
download | test-definitions-pipe-3598bcc02d53eac8d645912a71cccb1da3af8ddb.tar.gz |
nginx-server: add odp-dpdk-git tests
Change-Id: I8d262f9e9ba0d29b902c15f6dad3e75df3b0d75c
Signed-off-by: Josep Puigdemont <josep.puigdemont@linaro.org>
Diffstat (limited to 'automated/linux/nginx-server/nginx-odp-dpdk-git.yaml')
-rw-r--r-- | automated/linux/nginx-server/nginx-odp-dpdk-git.yaml | 36 |
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 |