Code Review
/
aiml-fw
/
awmf
/
tm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9bf111e
)
adding test cases
34/12234/1
author
rajdeep11
<rajdeep.sin@samsung.com>
Tue, 12 Dec 2023 04:47:55 +0000
(10:17 +0530)
committer
rajdeep11
<rajdeep.sin@samsung.com>
Tue, 12 Dec 2023 04:47:55 +0000
(10:17 +0530)
Issue-id: AIMLFW-65
Change-Id: Ie90ba050b07c58fbf3558ac2190fb90b438fb330
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
tests/test_trainingmgr_operations.py
patch
|
blob
|
history
diff --git
a/tests/test_trainingmgr_operations.py
b/tests/test_trainingmgr_operations.py
index
0951fc3
..
66d3688
100644
(file)
--- 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: