From ea85769fa89f7ff94007e5d8618a341b881d3c95 Mon Sep 17 00:00:00 2001 From: dongxiaoyan Date: Fri, 12 Jun 2020 10:49:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-Keyword/tsg_common/LoginAndLogoutTypeSwitch.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/02-Keyword/tsg_common/LoginAndLogoutTypeSwitch.robot b/02-Keyword/tsg_common/LoginAndLogoutTypeSwitch.robot index 94934f8..3129707 100644 --- a/02-Keyword/tsg_common/LoginAndLogoutTypeSwitch.robot +++ b/02-Keyword/tsg_common/LoginAndLogoutTypeSwitch.robot @@ -7,9 +7,9 @@ Resource ../tsg_bfapi/LoginLogout.robot Resource ../tsg_ui/logout/Logout.robot Resource ../tsg_ui/login/Login.robot +Force Tags tsg_adc tsg_bf_api tsg_device *** Keywords *** LoginAndAddLocalIP - [Tags] tsg_adc tsg_bf_api tsg_cli # 获取主机IP #${ip} Get Host IP #Run Keyword If '${ip}' != '${EMPTY}' Set Global Variable ${testClentIP} ${ip} @@ -19,7 +19,6 @@ LoginAndAddLocalIP ... ELSE IF '${loginType}' != '${None}' UiLoginAndAddLocalIP LogoutAndDelLocalIP - [Tags] tsg_adc tsg_bf_api tsg_cli Run Keyword If '${loginType}' == 'api' ApiLogoutAndDelLocalIP ... ELSE IF '${loginType}' == 'cli' CliLogout ... ELSE IF '${loginType}' != '${None}' UiLogoutAndDelLocalIP