From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has posted comments on this change.
Change subject: api: ping2 and confirmConnectivity ...................................................................... Patch Set 5: (1 comment) https://gerrit.ovirt.org/#/c/80119/5/tests/functional/utils.py File tests/functional/utils.py: Line 173: def pinger(self): Line 174: """Keeps pinging vdsm for operations that need it""" Line 175: def ping(): Line 176: while not done: Line 177: self.vdscli.ping2() why do we need the ping2 call? can we drop it (and rename the function accordingly)? Line 178: self.vdscli.confirmConnectivity() Line 179: time.sleep(1) Line 180: try: Line 181: done = False -- To view, visit https://gerrit.ovirt.org/80119 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0f93e88e37288ae1689b6a43014817af655f191e Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Petr Horacek <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
