Created
December 31, 2017 18:22
-
-
Save djkonro/9830089361aabffa28fad2aa086e29d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
tiers: | |
- | |
name: k8s_e2e | |
order: 2 | |
ci_loop: '(daily)|(weekly)' | |
description: >- | |
Test suites from feature projects | |
integrated in functest | |
testcases: | |
- | |
case_name: k8s_e2e_testing | |
project_name: k8stest | |
criteria: 100 | |
blocking: false | |
description: >- | |
Test suite from k8s e2e testing project. | |
dependencies: | |
installer: '' | |
scenario: '' | |
run: | |
module: 'functest.core.feature' | |
class: 'BashFeature' | |
args: | |
cmd: 'kubectl get nodes' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment