[RIC-430] KeepAlive Automation fix + Update Swagger - Add ConnectionStatus to Get... 19/4519/1
authoridanshal <idan.shalom@intl.att.com>
Thu, 6 Aug 2020 14:18:21 +0000 (14:18 +0000)
committeridanshal <idan.shalom@intl.att.com>
Thu, 6 Aug 2020 14:18:36 +0000 (14:18 +0000)
Change-Id: I27e3eea34ada7dc001e3deca95079c491ab98b93
Signed-off-by: idanshal <idan.shalom@intl.att.com>
Automation/Tests/KeepAlive/keep_alive_test.robot
Swagger/E2Manager_API.yaml

index e7c7ae8..1cd6173 100644 (file)
@@ -48,10 +48,6 @@ Get request gnb
     Integer  response body gnb ranFunctions 2 ranFunctionRevision  1
 
 
-prepare logs for tests
-    Remove log files
-    Save logs
-
 Verify RAN is associated with E2T instance
    ${result}    e2mdbscripts.verify_ran_is_associated_with_e2t_instance      ${ranname}    ${e2t_alpha_address}
    Should Be True    ${result}
index 1bab2f6..7ee4a30 100644 (file)
@@ -2,7 +2,7 @@ openapi: 3.0.0
 info:
   title: E2 Manager Service
   description: E2 Manager Service APIs
-  version: 5.2.21
+  version: 5.4.5
 servers:
   - url: 'http://{apiRoot}/v1'
     variables:
@@ -329,6 +329,8 @@ components:
           type: object
         inventoryName:
           type: string
+        connectionStatus:
+          type: string
       type: object
     ErrorResponse:
       type: object