blob: 78ed6acb2de4a2f0aad7a3c3a13d480b083aa672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
functest.k8s.conformance:
name: functest.k8s.conformance
objective: Validate the deployed k8s cluster is conformance.
validate:
type: functest-k8s
testcase: k8s_conformance
image_name: opnfv/functest-kubernetes-smoke
report:
source_archive_files:
- functest-kubernetes.log
dest_archive_files:
- k8s_logs/functest.k8s.conformance.log
check_results_files:
- 'functest_results.txt'
sub_testcase_list:
|