diff options
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/healthcheck/testcases.yaml | 16 |
2 files changed, 16 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index dc6f4d19..0762620e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -41,6 +41,7 @@ suites: - container: functest-kubernetes-healthcheck tests: + - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke tests: diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index 40987c37..466b8ae8 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -6,6 +6,20 @@ tiers: A set of e2e tests integrated from kubernetes project. testcases: - + case_name: k8s_quick + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs just a single test, helping to quickly validate the + Kubernetes configuration as proposed by Sonobuoy. + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: Pods should be submitted and removed + - case_name: k8s_smoke project_name: functest criteria: 100 @@ -19,4 +33,4 @@ tiers: run: name: e2e_testing args: - focus: Guestbook.application + focus: Kubectl client Guestbook application |