X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tst%2Fasyncsentineldatabasediscovery_test.cpp;h=a59756d99cfeaafb2a87b04368c9b0c0fb1fe560;hb=refs%2Fchanges%2F30%2F1830%2F1;hp=ab482846710c781d7a4c93d986d4d66662be8435;hpb=b7f4971cb7d84e8288140901f4a9dfa773292421;p=ric-plt%2Fsdl.git diff --git a/tst/asyncsentineldatabasediscovery_test.cpp b/tst/asyncsentineldatabasediscovery_test.cpp index ab48284..a59756d 100644 --- a/tst/asyncsentineldatabasediscovery_test.cpp +++ b/tst/asyncsentineldatabasediscovery_test.cpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #include #include #include @@ -364,6 +369,8 @@ namespace new AsyncSentinelDatabaseDiscovery( engineMock, logger, + HostAndPort(someHost, somePort), + "mymaster", std::bind(&AsyncSentinelDatabaseDiscoveryBaseTest::asyncCommandDispatcherCreator, this), contentsBuilderMock));