Override parameter attempts in Class Zte_Adapter. 75/15875/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 20 Jun 2016 11:59:40 +0000 (19:59 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 20 Jun 2016 11:59:40 +0000 (19:59 +0800)
Give more attempts for zte hardware.

Change-Id: I0906b6fe9e046ddd6436e5246494b89c812a40a2
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
deploy/dha_adapters/zte_adapter.py

index 1e610ca..a40a026 100644 (file)
@@ -20,8 +20,8 @@ from common import (
 
 class ZteAdapter(IpmiAdapter):
 
-    def __init__(self, yaml_path):
-        super(ZteAdapter, self).__init__(yaml_path)
+    def __init__(self, yaml_path, attempts=100):
+        super(ZteAdapter, self).__init__(yaml_path, attempts)
 
     def node_reset(self, node_id):
         WAIT_LOOP = 600