[svn r63106] rename host -> gateway in a couple of places
--HG-- branch : trunk
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user