Adding subdirectories for remote commands to control ILO and DRAC cards over
[monitor.git] / findbadpcu.py
index 365c281..c7dc9d4 100755 (executable)
@@ -61,6 +61,7 @@ externalState = {'round': round, 'nodes': {'a': None}}
 count = 0
 
 import reboot
+from reboot import pcu_name
 
 import soltesz
 import plc
@@ -68,14 +69,6 @@ import comon
 import threadpool
 import syncplcdb
 
-def pcu_name(pcu):
-       if pcu['hostname'] is not None and pcu['hostname'] is not "":
-               return pcu['hostname']
-       elif pcu['ip'] is not None and pcu['ip'] is not "":
-               return pcu['ip']
-       else:
-               return None
-
 def nmap_portstatus(status):
        ps = {}
        l_nmap = status.split()