Merge "[RIC-198]- No reassociations during e2t shutdown + fix tests" into PI4
[ric-plt/e2mgr.git] / Automation / Tests / Lost_Connection / Lost_Connetion_CONNECTING_TO_DISCONNECTED.robot
index 8415c47..5fdc853 100644 (file)
 #   limitations under the License.
 #
 ##############################################################################
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 *** Settings ***
 Suite Setup   Prepare Enviorment
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
+Library     ../Scripts/e2mdbscripts.py
 Library     OperatingSystem
 Library    Collections
 Library     REST      ${url}
 
 
-
-
-
 *** Test Cases ***
 
 Pre Condition for Connecting - no simu
     Run And Return Rc And Output    ${stop_simu}
     ${result}=  Run And Return Rc And Output     ${docker_command}
-    Should Be Equal As Integers    ${result[1]}    4
+    Should Be Equal As Integers    ${result[1]}    ${docker_number-1}
 
 
-Prepare Ran in Connecting connectionStatus
+Setup Ran
     Sleep  1s
     Post Request setup node b x-2
-    Integer     response status       200
-    Sleep  1s
-    GET      /v1/nodeb/test1
-    Integer  response status  200
-    String   response body ranName    test1
-    #String   response body connectionStatus    CONNECTING
-
-
+    Integer     response status       204
 
-Verfiy Disconnected ConnectionStatus
-    Sleep    1s
+Verify connection status is DISCONNECTED and RAN is not associated with E2T instance
+    Sleep    5s
     GET      /v1/nodeb/test1
     Integer  response status  200
     String   response body ranName    test1
+    Missing  response body associatedE2tInstanceAddress
     String   response body connectionStatus    DISCONNECTED
-    Integer   response body connectionAttempts    3
 
+Verify E2T instance is NOT associated with RAN
+   ${result}    e2mdbscripts.verify_ran_is_associated_with_e2t_instance     test1    e2t.att.com:38000
+   Should Be True    ${result} == False