Update testrail status
Run Keyword If '${status}'=='PASS' '${result}= run process python \\Python27\\Scripts\\Impact_CM_Python_Automation\\PostCase.py'
ELSE IF '${result}= run process python \\Python27\\Scripts\\Impact_CM_Python_Automation\\PostCase1.py'
低于错误:
'Else If'是保留关键字。它必须是大写的(ELSE IF) 当用作“运行关键字如果”
的标记时