summaryrefslogtreecommitdiffstats
path: root/DominoClient.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-02-20 11:50:23 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2017-02-20 11:53:21 -0800
commiteabf24bc23cc4db9a701dadcf6601f62154c09e9 (patch)
tree879c0607be3b9534156483442a968970da33a9a4 /DominoClient.py
parent735b8680ee2e546bbaceb9ffb4ae8db043779516 (diff)
JIRA: DOMINO-25
Test script updated to test new API features TUID query TUID based publishing Change-Id: Iceeb048f0fef40fafb24a08f44e16e9cdea657c0 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'DominoClient.py')
-rwxr-xr-xDominoClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DominoClient.py b/DominoClient.py
index 3d29665..32d1433 100755
--- a/DominoClient.py
+++ b/DominoClient.py
@@ -127,7 +127,7 @@ class CLIHandler:
self.CLIservice = CLIservice
def d_CLI(self, msg):
- logging.info('Received CLI %s', msg.CLI_input)
+ #logging.info('Received CLI %s', msg.CLI_input) #breaks testing due to random TUIDs
CLIrespmsg = CLIResponse()
CLIrespmsg.CLI_response = self.CLIservice.process_input(msg.CLI_input)