From ae6e172471fef8bef60d497eedaf199966ffb799 Mon Sep 17 00:00:00 2001 From: fmenguy Date: Tue, 11 Feb 2020 11:07:52 +0100 Subject: NFVBENCH-160 xtesting integration Change-Id: Id600a1277059e84bc2d46fa20294fb22729f9c1f Signed-off-by: fmenguy --- xtesting/ansible/site.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xtesting/ansible/site.yml (limited to 'xtesting/ansible/site.yml') 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 -- cgit 1.2.3-korg