aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-11-07 10:08:20 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-09 10:16:40 +0000
commit2d53ae258402f9322daf4f6d4e1787f225e76d0c (patch)
treecc16509f6909055f796d9819c9bcef7b0d6c96f9
parentb5d692ab3957c126af2e1eadfc51eecc87319d55 (diff)
[ROBOT] Again fix for DCAEMOD test for ServiceMesh
Corrected another failing test in case of ServiceMesh deploymenty Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I3c89184121a18a6c113145df52b779481546bcb4 (cherry picked from commit 9bbdb49bc71ce1b92b8bb0d899c138e815713dc6)
-rw-r--r--robot/resources/dcaemod_interface.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/dcaemod_interface.robot b/robot/resources/dcaemod_interface.robot
index ae7e20c3..d018af4f 100644
--- a/robot/resources/dcaemod_interface.robot
+++ b/robot/resources/dcaemod_interface.robot
@@ -294,7 +294,7 @@ Restart Runtime API
Wait Until Keyword Succeeds 2 min 5s Check Runtime API
Check Runtime API
- ${check_command}= Set Variable kubectl get pods -n onap | grep dcaemod-runtime-api | grep Running | grep 1/1
+ ${check_command}= Set Variable kubectl get deployment -n onap | grep dcaemod-runtime-api | grep 1/1
${check_command_command_output}= Run And Return Rc And Output ${check_command}
Log ${check_command_command_output[1]}
Should Be Equal As Integers ${check_command_command_output[0]} 0