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

Commit

Permalink
Merge pull request #16 from deepeshmittal/master
Browse files Browse the repository at this point in the history
handshake bug fix
  • Loading branch information
deepeshmittal authored Jun 28, 2017
2 parents ae825cf + 4f98d6a commit c0aaa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scheduler+Agent/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def trigger(self, *args):
else:
test_logger.info("Hearbeat received from stat host " + s)
retsend = self.cl.send(s, p,
self.ev.construct("DAYTONA_HANDSHAKE", self.HOST + "," + str(self.PORT) + "," + str(t2.testobj.TestInputData.testid) + "," + s))
self.ev.construct("DAYTONA_HANDSHAKE", "handshake1," + self.HOST + "," + str(self.PORT) + "," + str(t2.testobj.TestInputData.testid) + "," + s))
lctx.debug(retsend)
if retsend == "SUCCESS":
alive = True
Expand Down

0 comments on commit c0aaa18

Please sign in to comment.