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