aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-06 13:28:05 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-06 13:33:09 +0200
commit9f828884216e4a10470e73c135e71b034b8a244a (patch)
tree3a2bd959812fea28a0a3874020da4ca9e43b7e5c
parent6a48fb92c8ccf252a19a83109ea9b64ecb6e7bcd (diff)
Publish k8s_quick as proposed by sonobuoy
https://github.com/vmware-tanzu/sonobuoy Change-Id: I7b1777cf7bc0d6cd04ea5cccc08b7c29887ae874 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 711d9f1d875816386fd4afeb2e79f8d2de47b036)
-rw-r--r--ansible/site.yml1
-rw-r--r--docker/healthcheck/testcases.yaml16
2 files changed, 16 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 5c6498b5..6851c604 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -44,6 +44,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