summaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
blob: 1607d092c0a032070a5222169c52410440227374 (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: gambia
          tests:
            - k8s_smoke
        - repo: opnfv
          container: functest-kubernetes-smoke
          tag: gambia
          tests:
            - k8s_conformance
        - repo: opnfv
          container: functest-kubernetes-features
          tag: gambia
          tests:
            - stor4nfv_k8s
            - clover_k8s