Kobe
Kobe
## 问题描述 3:01PM INF validate body.data.case_id_list assertMethod=contains checkExpr=body.data.case_id_list checkValue=[130341,130339,130340,130337,130338] checkValueType="[]interface {}" expectValue=130341 expectValueType=int64 result=false 3:01PM ERR assert failed assertMethod=contains checkExpr=body.data.case_id_list checkValue=[130341,130339,130340,130337,130338] checkValueType="[]interface {}" expectValue=130341 expectValueType=int64 3:01PM ERR run step end...
self.conn = winpexpect.winspawn('ssh [email protected]') self.conn.logfile = sys.stdout self.prompt = '#' try: while True: result = self.conn.expect( [self.prompt, winpexpect.EOF, winpexpect.TIMEOUT, 'assw', 'Update cached key'], timeout=5) if result == 0: self.LOG.debug("Shell start...