[svn r63153] refactoring almost complete, apart from testnodeready info

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-20 20:04:36 +01:00
parent 10fb32ad37
commit afca655202
11 changed files with 186 additions and 213 deletions

View File

@@ -200,11 +200,11 @@ class PytestPluginHooks:
within the gateway manager context.
"""
def pyevent_testnodeready(self, event):
""" Host is up. """
def pyevent_testnodeready(self, node):
""" Node is ready to operate. """
def pyevent_testnodedown(self, event):
""" Host is down. """
def pyevent_testnodedown(self, node, error):
""" Node is down. """
def pyevent_rescheduleitems(self, event):
""" Items from a host that went down. """