更正拼错的default
This commit is contained in:
@@ -212,7 +212,7 @@ ProcessReferenceObject
|
|||||||
Log To Console Call ProcessReferenceObject
|
Log To Console Call ProcessReferenceObject
|
||||||
${emptyList} Create List
|
${emptyList} Create List
|
||||||
#默认客户端条件类型:clientip or clientsubid
|
#默认客户端条件类型:clientip or clientsubid
|
||||||
${return} ${defaultClient} Run Keyword And Ignore Error Get From Dictionary ${policy} defalutClient
|
${return} ${defaultClient} Run Keyword And Ignore Error Get From Dictionary ${policy} defaultClient
|
||||||
${defaultClient} Run Keyword If "${return}"=="FAIL" or "${defaultClient}"=="${EMPTY}" Set Variable ${Default_Client_Type}
|
${defaultClient} Run Keyword If "${return}"=="FAIL" or "${defaultClient}"=="${EMPTY}" Set Variable ${Default_Client_Type}
|
||||||
... ELSE Set Variable ${defaultClient}
|
... ELSE Set Variable ${defaultClient}
|
||||||
Run Keyword If '${addTestClentIPFlag}'=='1' and '${defaultClient}'=='clientip' ManageClientIPObject ${emptyList}
|
Run Keyword If '${addTestClentIPFlag}'=='1' and '${defaultClient}'=='clientip' ManageClientIPObject ${emptyList}
|
||||||
@@ -276,7 +276,7 @@ ManageClientSubIDObjectV2
|
|||||||
# 增加引用测试终端IP策略对象
|
# 增加引用测试终端IP策略对象
|
||||||
${protocolField} Set Variable
|
${protocolField} Set Variable
|
||||||
log ${testClentSubID}
|
log ${testClentSubID}
|
||||||
insert_policyId_to_file1 testClentSubId ${testClentSubID}
|
insert_policyId_to_file1 addpolicySubId ${testClentSubID}
|
||||||
${obj1} Create Dictionary objectId=${testClentSubID} protocolField=${protocolField}
|
${obj1} Create Dictionary objectId=${testClentSubID} protocolField=${protocolField}
|
||||||
Append To List ${emptyList} ${obj1}
|
Append To List ${emptyList} ${obj1}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user