Generalized unittest stubs so frame can be used also in other apps 28/2428/6
authorJuha Hyttinen <juha.hyttinen@nokia.com>
Thu, 6 Feb 2020 13:28:59 +0000 (15:28 +0200)
committerJuha Hyttinen <juha.hyttinen@nokia.com>
Thu, 6 Feb 2020 21:19:37 +0000 (23:19 +0200)
commit5f8ffa07163f52d65092d63f5d173149cd5c46ad
tree06ce8c901c2b8ab7ec112a7e235c36d1921d93a8
parenta9bf76cb8dec6e52e7699edf1631c214647f8beb
Generalized unittest stubs so frame can be used also in other apps

Change-Id: I1d2acc8ee50184d61c4eb24fb5c76e0927203c99
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
23 files changed:
Dockerfile
container-tag.yaml
go.sum
pkg/control/control.go
pkg/control/types.go
pkg/control/types_test.go
pkg/control/ut_ctrl_submgr_test.go
pkg/control/ut_messaging_test.go
pkg/control/ut_stub_e2term_test.go [deleted file]
pkg/control/ut_stub_rtmgr_test.go
pkg/control/ut_stub_xapp_test.go [deleted file]
pkg/control/ut_test.go
pkg/teststub/controlRmr.go [new file with mode: 0644]
pkg/teststub/controlRmrStub.go [new file with mode: 0644]
pkg/teststub/rmrroutetable.go [new file with mode: 0644]
pkg/teststub/teststub.go [new file with mode: 0644]
pkg/teststub/testwrapper.go [new file with mode: 0644]
pkg/teststubdummy/stubRmrDummy.go [new file with mode: 0644]
pkg/teststube2ap/stubE2.go [new file with mode: 0644]
pkg/xapptweaks/logwrapper.go [new file with mode: 0644]
pkg/xapptweaks/rmrparams.go [new file with mode: 0644]
pkg/xapptweaks/rmrwrapper.go [new file with mode: 0644]
pkg/xapptweaks/xappwrapper.go [new file with mode: 0644]