Take latest test cases into account
[functest-kubernetes.git] / ansible / site.yml
index ea556f5..6fb31c7 100644 (file)
@@ -3,13 +3,17 @@
   roles:
     - role: collivier.xtesting
       project: functest-kubernetes
+      db_project: functest
       gerrit_project: functest-kubernetes
+      docker_tags:
+        - jerma:
+            branch: stable/jerma
       builds:
         dependencies:
           - repo: _
             dport:
             container: golang
-            tag: alpine3.8
+            tag: 1.13-alpine3.10
         steps:
           - name: build opnfv/functest-kubernetes-core
             containers:
                 path: docker/core
           - name: build opnfv/functest-kubernetes-healthcheck
             containers:
-              - name: functest-functest-kubernetes-healthcheck
-                ref_arg: BRANCH
+              - name: functest-kubernetes-healthcheck
+                ref_arg:
                 path: docker/healthcheck
+              - name: functest-kubernetes-cnf
+                ref_arg: BRANCH
+                path: docker/cnf
+              - name: functest-kubernetes-security
+                ref_arg: BRANCH
+                path: docker/security
           - name: build containers
             containers:
-              - name: functest-functest-kubernetes-smoke
-                ref_arg: BRANCH
+              - name: functest-kubernetes-smoke
+                ref_arg:
                 path: docker/smoke
-              - name: functest-functest-kubernetes-features
-                ref_arg: BRANCH
-                path: docker/features
       suites:
         - repo: opnfv
           container: functest-kubernetes-healthcheck
         - repo: opnfv
           container: functest-kubernetes-smoke
           tests:
+            - xrally_kubernetes
             - k8s_conformance
+          properties:
+            execution-type: SEQUENTIALLY
+        - repo: opnfv
+          container: functest-kubernetes-cnf
+          tests:
+            - k8s_vims
         - repo: opnfv
-          container: functest-kubernetes-features
+          container: functest-kubernetes-security
           tests:
-            - stor4nfv_k8s
-            - clover_k8s
+            - kube_hunter
+            - kube_bench