Example #1
0
 def check_ping(self, count=1, timeout=5):
     """
     Test if the ip is seen as active on the newtorks.
     """
     raise ex.MissImpl('check_ping')
Example #2
0
 def stopip_cmd(self):
     """
     The os/driver specific stop implementation.
     """
     raise ex.MissImpl('stopip_cmd')
Example #3
0
 def start_link(self):
     """
     Start the ipdev link.
     """
     raise ex.MissImpl('start_link')