diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-12-16 10:24:33 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-12-16 10:34:15 +0100 |
commit | d168a9a27da456fe025b6e6438cecac3047ee97e (patch) | |
tree | a7637d1b753048ccd4a5b6691e738012ba73c5b1 /robot/testsuites | |
parent | 1dc3fd5009663ec3ca8a95b84d984a3ec1a0d07e (diff) |
[BUGFIX] Rename the renamed Undeploy Policy Keyword1.7.3
The keyward has been renamed last week []
Unfortunately this Keyword is not used only for the vFWCL
it is also used for a healthcheck (Enhanced Policy)
Since it has been merged and cherry-picked, the Healthcheck is
failing on master (12/12) and in Guilin (15/12)
This patch revert the Name to keep generic
and reference the generic name in the vFW CL test
Issue-ID: INT-1811
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3cf0836e8b79f88be1dfb3d655a8e925c934def8
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index 6f1a9db3..73273e17 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -28,7 +28,7 @@ VFWCL Repush Monitoring And Operational Policies Validate the vFWCL Policy Run Keyword And Ignore Error Run Undeploy vFW Monitoring Policy Validate the vFWCL Policy - Run Keyword And Ignore Error Run Undeploy vFW Operational Policy + Run Keyword And Ignore Error Run Undeploy Policy Validate the vFWCL Policy Run Keyword and Ignore Error Run Delete vFW Monitoring Policy Validate the vFWCL Policy |