blob: 40987c37ce1862e438f19636dce6f9b360817ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
tiers:
-
name: healthcheck
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:
- DEPLOY_SCENARIO: 'k8-*'
run:
name: e2e_testing
args:
focus: Guestbook.application
|