From: rajdeep11 Date: Tue, 12 Dec 2023 04:47:55 +0000 (+0530) Subject: adding test cases X-Git-Tag: 1.2.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=169e67da54b7a07fcbbe32ddd6624fc1e9fcebe8;p=aiml-fw%2Fawmf%2Ftm.git adding test cases Issue-id: AIMLFW-65 Change-Id: Ie90ba050b07c58fbf3558ac2190fb90b438fb330 Signed-off-by: rajdeep11 --- diff --git a/tests/test_trainingmgr_operations.py b/tests/test_trainingmgr_operations.py index 0951fc3..66d3688 100644 --- a/tests/test_trainingmgr_operations.py +++ b/tests/test_trainingmgr_operations.py @@ -45,6 +45,8 @@ class DummyVariable: kf_adapter_port = 5001 data_extraction_ip = "localhost" data_extraction_port = 32000 + model_management_service_ip="localhost" + model_management_service_port=123123 logger = trainingmgr_main.LOGGER class Test_data_extraction_start: