diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-18 15:26:27 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-18 15:38:09 +0100 |
commit | 77daf4a9c1e7c520033952fe6275817f65643f8c (patch) | |
tree | 4af598608a853722838088ceff426d31eb4e1739 | |
parent | 911ea1b7bdc301f5ade88089a35b6dbe6eced9f9 (diff) |
Reduce regex < 80 chars
Change-Id: I3f28b02188aff54fffe19f3652d3881270a3eb4b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index cb3c71e5..2b4a6e79 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -113,7 +113,7 @@ tiers: \\[Feature:StatefulSetAutoDeletePVC\\]|\ \\[Feature:StatefulUpgrade\\]|\ \\[Feature:SuspendJob\\]|\ - should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" + should perform canary updates and phased rolling updates" - case_name: sig_apps_serial project_name: functest criteria: 100 @@ -135,7 +135,7 @@ tiers: \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulUpgrade\\]|\ \\[Feature:SuspendJob\\]|\ - should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" + should perform canary updates and phased rolling updates" - case_name: sig_auth project_name: functest criteria: 100 |