diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 13:47:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 13:47:36 +0100 |
commit | 39511d8576f49b578882757fcc1e33a4bb2c9832 (patch) | |
tree | 2d56bc86c96053ea3b097a413dd5ea01fc664d4d /docker | |
parent | 8bfdc8569b9eaffb96562e7753423d3ded218ed4 (diff) |
Add sig_instrumentation
It runs sig-instrumentation tests which are not included in K8s conformance.
It adds 6 single tests.
Change-Id: Ic320f3bc7daed0aa2846a7ea672f13f3bec45f12
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 085d329d..c109f3c9 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -164,6 +164,22 @@ tiers: skip: "\\[Disruptive\\]|\\[Flaky\\]|\ \\[Conformance\\]|\\[Feature:GPUDevicePlugin\\]" - + case_name: sig_instrumentation + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs the remaining sig-instrumentation testing excluding + Conformance (part of k8s_conformance) + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: \[sig-instrumentation\] + skip: "\\[Disruptive\\]|\\[Flaky\\]|\ + \\[Conformance\\]" + - case_name: sig_storage project_name: functest criteria: 100 |