Xapp-frame, v0.8.1 Rest Subscription Creation /Query /Deletion 82/6082/1
authorarchagge <konstantinos.archangelof@nokia.com>
Wed, 14 Apr 2021 05:54:05 +0000 (08:54 +0300)
committerKonstantinos Archangelof <konstantinos.archangelof@nokia.com>
Mon, 17 May 2021 14:59:25 +0000 (17:59 +0300)
commitafbf95f5756a7b781859beb1e68b41f7319ed208
tree4e8f30accd5514f25d35b329857ef794ac749f35
parent1c72bbc4fc5a8ad674dff70abd4713f369ecb43b
Xapp-frame, v0.8.1 Rest Subscription Creation /Query /Deletion

Convert RMR unittest cases to REST API based
* Fixed REST endpoint construction functionality to include correct port numbers in endpoint string
* Added a REST version of a testcase TestSubReqAndRouteUpdateNok
* Refactored ut_stub REST endpoint setting API and restored original port numbers.

Xapp-frame, v0.8.1 integration:
  * Added REST API based unit test cases

Change-Id: I0989939f4210692493de549380faa1f111d71435
Signed-off-by: Konstantinos Archangelof <konstantinos.archangelof@nokia.com>
14 files changed:
e2ap/pkg/e2ap/msg_e2ap.go
e2ap/pkg/e2ap/msg_e2ap_subscription.go
go.mod
go.sum
pkg/control/client.go
pkg/control/control.go
pkg/control/e2ap.go
pkg/control/registry.go
pkg/control/restendpoint.go [new file with mode: 0644]
pkg/control/transaction.go
pkg/control/ut_messaging_test.go
pkg/control/ut_stub_rtmgr_test.go
pkg/control/ut_test.go
pkg/teststube2ap/stubE2.go