diff options
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index a4449044..7b863e6c 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -108,7 +108,8 @@ tiers: \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulSetAutoDeletePVC\\]|\ \\[Feature:StatefulUpgrade\\]|\ - \\[Feature:SuspendJob\\]" + \\[Feature:SuspendJob\\]|\ + should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" - case_name: sig_apps_serial project_name: functest criteria: 100 @@ -129,7 +130,8 @@ tiers: \\[Feature:IndexedJob\\]|\ \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulUpgrade\\]|\ - \\[Feature:SuspendJob\\]" + \\[Feature:SuspendJob\\]|\ + should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" - case_name: sig_auth project_name: functest criteria: 100 |