[svn r63106] rename host -> gateway in a couple of places

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-20 02:09:28 +01:00
parent bb3ac13917
commit c44764dc51
9 changed files with 37 additions and 46 deletions

View File

@@ -200,10 +200,10 @@ class PytestPluginHooks:
within the gateway manager context.
"""
def pyevent_hostup(self, event):
def pyevent_testnodeready(self, event):
""" Host is up. """
def pyevent_hostdown(self, event):
def pyevent_testnodedown(self, event):
""" Host is down. """
def pyevent_rescheduleitems(self, event):