Beispiel #1
0
 def testmeth(self):
     allHosts = Host.findAllNames()
     return allHosts + ['Local']
Beispiel #2
0
 def getHostsNames(self,scope=None):
     return Host.findAllNames(scope=scope)