From: Stephen Soltesz Date: Tue, 17 Mar 2009 18:59:06 +0000 (+0000) Subject: on branch. X-Git-Tag: Monitor-2.0-5~3 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=6e0002914c3efb262f55cb250a0627b40659ccbf on branch. --- diff --git a/pcucontrol/models/IPAL.py b/pcucontrol/models/IPAL.py index 758beae..1f52190 100644 --- a/pcucontrol/models/IPAL.py +++ b/pcucontrol/models/IPAL.py @@ -100,6 +100,8 @@ class IPAL(PCUControl): elif status == '0': # down power_on = False + elif status == '6': + raise ExceptionPort("IPAL reported 'Cable Error' on %s socket %s : %s" % (self.host, node_port, ret)) else: raise Exception("Unknown status for PCU %s socket %s : %s" % (self.host, node_port, ret)) else: @@ -128,6 +130,8 @@ class IPAL(PCUControl): elif status == '0': # down power_on = False + elif status == '6': + raise ExceptionPort("IPAL reported 'Cable Error' on %s socket %s : %s" % (self.host, node_port, ret)) else: raise Exception("Unknown status for PCU %s socket %s : %s" % (self.host, node_port, ret)) else: