aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ansible
diff options
context:
space:
mode:
authorfmenguy <francoisregis.menguy@orange.com>2020-02-11 11:07:52 +0100
committerfmenguy <francoisregis.menguy@orange.com>2020-04-07 18:21:52 +0200
commitae6e172471fef8bef60d497eedaf199966ffb799 (patch)
tree3ba93c7614b028ab3c3225c502eeca3885d56af7 /xtesting/ansible
parentce2525c2a621af3d20fc58f03a8f88d29e0e3617 (diff)
NFVBENCH-160 xtesting integration4.2.2.2
Change-Id: Id600a1277059e84bc2d46fa20294fb22729f9c1f Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'xtesting/ansible')
-rw-r--r--xtesting/ansible/host_vars/127.0.0.16
-rw-r--r--xtesting/ansible/site.yml20
2 files changed, 26 insertions, 0 deletions
diff --git a/xtesting/ansible/host_vars/127.0.0.1 b/xtesting/ansible/host_vars/127.0.0.1
new file mode 100644
index 0000000..9e3f1b9
--- /dev/null
+++ b/xtesting/ansible/host_vars/127.0.0.1
@@ -0,0 +1,6 @@
+docker_args:
+ env: {}
+ volumes:
+ - /lib/modules/$(uname -r):/lib/modules/$(uname -r)
+ - /usr/src/kernels:/usr/src/kernels -v /dev:/dev
+ - /home/opnfv/nfvbench:/tmp/nfvbench \ No newline at end of file
diff --git a/xtesting/ansible/site.yml b/xtesting/ansible/site.yml
new file mode 100644
index 0000000..4643a32
--- /dev/null
+++ b/xtesting/ansible/site.yml
@@ -0,0 +1,20 @@
+---
+- hosts:
+ - 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ project: nfvbench
+ gerrit_project: nfvbench
+ builds:
+ steps:
+ - name: build opnfv/nfvbench
+ containers:
+ - name: nfvbench
+ ref_arg: BRANCH
+ path: docker
+ suites:
+ - container: nfvbench
+ tests:
+ - 10kpps-pvp-run
+ properties:
+ execution-type: SEQUENTIALLY