From: idanshal Date: Thu, 6 Aug 2020 14:18:21 +0000 (+0000) Subject: [RIC-430] KeepAlive Automation fix + Update Swagger - Add ConnectionStatus to Get... X-Git-Tag: R5_RC~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c3dbacd8ab5418eedbdf76dac2031dd3b81d88b0;p=ric-plt%2Fe2mgr.git [RIC-430] KeepAlive Automation fix + Update Swagger - Add ConnectionStatus to Get Nodeb states API Change-Id: I27e3eea34ada7dc001e3deca95079c491ab98b93 Signed-off-by: idanshal --- diff --git a/Automation/Tests/KeepAlive/keep_alive_test.robot b/Automation/Tests/KeepAlive/keep_alive_test.robot index e7c7ae8..1cd6173 100644 --- a/Automation/Tests/KeepAlive/keep_alive_test.robot +++ b/Automation/Tests/KeepAlive/keep_alive_test.robot @@ -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} diff --git a/Swagger/E2Manager_API.yaml b/Swagger/E2Manager_API.yaml index 1bab2f6..7ee4a30 100644 --- a/Swagger/E2Manager_API.yaml +++ b/Swagger/E2Manager_API.yaml @@ -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