[RIC-571] Add Automation tests + bug fix in Setup of existing eNB flow
[ric-plt/e2mgr.git] / Automation / Tests / RedButton / red_button_keywords.robot
index 23d0875..c808cf8 100644 (file)
@@ -32,14 +32,14 @@ ${url}  ${e2mgr_address}
 
 *** Keywords ***
 Verify connected and associated
-   Get Request node b gnb
+   Get Request nodeb
    Integer  response status  200
    String   response body ranName   ${ranName}
    String   response body connectionStatus    CONNECTED
    String   response body associatedE2tInstanceAddress  ${e2t_alpha_address}
 
 Verify shutdown for gnb
-    Get Request node b gnb
+    Get Request nodeb
     Integer  response status  200
     String   response body ranName    ${ranName}
     String   response body connectionStatus    SHUT_DOWN