--- tiers: - name: k8s_e2e order: 1 ci_loop: '(daily)|(weekly)' description: >- A set of e2e tests integrated from kubernetes project. testcases: - case_name: k8s_smoke project_name: functest criteria: 100 blocking: false description: >- Smoke Tests a running Kubernetes cluster, which validates the deployed cluster is accessible, and at least satisfies minimal functional requirements. dependencies: installer: '(compass)|(joid)|(kubespray)' scenario: 'k8-*' run: module: 'functest_kubernetes.k8stest' class: 'K8sSmokeTest' - case_name: k8s_conformance project_name: functest criteria: 100 blocking: false description: >- Conformance Tests are expect to pass on any Kubernetes cluster, this tests are necessary demonstrate conformance of the Kubernetes deployment. dependencies: installer: '(compass)|(joid)|(kubespray)' scenario: 'k8-*' run: module: 'functest_kubernetes.k8stest' class: 'K8sConformanceTest'