blob: db85342cc79607d12ce491d9c02b0ff6a45a6ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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_file: 'functest_results.txt'
sub_testcase_list:
|