Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit c0aaa18

Browse files
Merge pull request #16 from deepeshmittal/master
handshake bug fix
2 parents ae825cf + 4f98d6a commit c0aaa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scheduler+Agent/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def trigger(self, *args):
301301
else:
302302
test_logger.info("Hearbeat received from stat host " + s)
303303
retsend = self.cl.send(s, p,
304-
self.ev.construct("DAYTONA_HANDSHAKE", self.HOST + "," + str(self.PORT) + "," + str(t2.testobj.TestInputData.testid) + "," + s))
304+
self.ev.construct("DAYTONA_HANDSHAKE", "handshake1," + self.HOST + "," + str(self.PORT) + "," + str(t2.testobj.TestInputData.testid) + "," + s))
305305
lctx.debug(retsend)
306306
if retsend == "SUCCESS":
307307
alive = True

0 commit comments

Comments
 (0)