aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
blob: 9b65621623120b67de423fc54e570301a1c79f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
- hosts: 127.0.0.1
  roles:
    - role: collivier.xtesting
      project: functest-kubernetes
      docker_args:
        env:
          DEPLOY_SCENARIO: k8-nosdn-nofeature-noha
        volumes:
          - /home/opnfv/functest-kubernetes/config:/root/.kube/config
      suites:
        - repo: opnfv
          container: functest-kubernetes-healthcheck
          tag: latest
          tests:
            - k8s_smoke
        - repo: opnfv
          container: functest-kubernetes-smoke
          tag: latest
          tests:
            - k8s_conformance
        - repo: opnfv
          container: functest-kubernetes-features
          tag: latest
          tests:
            - stor4nfv_k8s
            - clover_k8s