aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ansible/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/ansible/site.yml')
-rw-r--r--xtesting/ansible/site.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/xtesting/ansible/site.yml b/xtesting/ansible/site.yml
new file mode 100644
index 0000000..37fa6c3
--- /dev/null
+++ b/xtesting/ansible/site.yml
@@ -0,0 +1,22 @@
+---
+- 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
+ - characterization
+ - non-regression
+ properties:
+ execution-type: SEQUENTIALLY \ No newline at end of file