summaryrefslogtreecommitdiffstats
path: root/xtesting/ansible/site.yml
blob: 4643a32091205ae94c04ae02af6d5962820abaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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