[svn r63104] * introduce rsync events

* only rsync once if a gateway is specified multiply

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-20 01:34:59 +01:00
parent 877a7a32d8
commit 22b4ff7f06
6 changed files with 55 additions and 37 deletions

View File

@@ -161,6 +161,12 @@ class PytestPluginHooks:
def pyevent_gateway_exit(self, gateway):
""" called when gateway is being exited. """
def pyevent_gwmanage_rsyncstart(self, source, gateways):
""" called before rsyncing a directory to remote gateways takes place. """
def pyevent_gwmanage_rsyncfinish(self, source, gateways):
""" called after rsyncing a directory to remote gateways takes place. """
def pyevent_trace(self, category, msg):
""" called for tracing events. """