补充提交

This commit is contained in:
zhangwenqing
2020-04-07 14:24:01 +08:00
parent d12a51d62f
commit 809e9b8409

View File

@@ -11,8 +11,7 @@ Resource ../tsg_ui/Login/Login.robot
LoginAndAddLocalIP
# 获取主机IP
${ip} Get Host IP
Set Global Variable ${testClentIP} ${ip}
Should Not Be Empty ${testClentIP}
Run Keyword If '${ip}' != '${EMPTY}' Set Global Variable ${testClentIP} ${ip}
Run Keyword If '${loginType}' == 'api' ApiLoginAndAddLocalIP aa
... ELSE IF '${loginType}' == 'cli' CliLogin