From 169e67da54b7a07fcbbe32ddd6624fc1e9fcebe8 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Tue, 12 Dec 2023 10:17:55 +0530 Subject: [PATCH] adding test cases Issue-id: AIMLFW-65 Change-Id: Ie90ba050b07c58fbf3558ac2190fb90b438fb330 Signed-off-by: rajdeep11 --- tests/test_trainingmgr_operations.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.16.6