1、修改settings模块的用例和关键字的代码2、提交ui登录清除缓存提示弹出框代码3、提交密码到期修改密码弹出框代码
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
*** Variables ***
|
||||
#登录类型:api | cli | ${None}(tsg mib) | 未指定,默认为ui
|
||||
${loginType} api
|
||||
${loginType} ui
|
||||
#执行环境是否Widonws
|
||||
${systemType} api
|
||||
#API配置信息
|
||||
${host} 192.168.44.17
|
||||
${host} 192.168.44.71
|
||||
${port} 8080
|
||||
${authmode} 1
|
||||
${authCode} ${EMPTY}
|
||||
@@ -21,7 +21,7 @@ ${testSubscriberID} $test57
|
||||
#自动化标签
|
||||
${userTagIds} ${EMPTY}
|
||||
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
||||
${addTestClentIPFlag} 1
|
||||
${addTestClentIPFlag} 0
|
||||
#测试环境是否需要把tsgui和api添加为SecurityPolicy-Allow 1为需要,默认1 ,
|
||||
${addTsgUIAPIFlag} 1
|
||||
#执行需要暂停时间
|
||||
@@ -29,7 +29,7 @@ ${addTsgUIAPIFlag} 1
|
||||
${policyVerificationSleepSeconds} 20
|
||||
#策略验证后到验证策略日志需等待时间
|
||||
${policyLogVerificationSleepSeconds} 60
|
||||
${path} C:/Users/admin/git/tsg_autotest/05-Other/
|
||||
${path} F:/tsg-git/tsg_autotest/05-Other/
|
||||
${curlbatpath} ${path}/curl/
|
||||
${mailpath} ${path}/mail/
|
||||
${responsePageFiles} ${path}/response_pages_files/
|
||||
@@ -63,4 +63,5 @@ ${snmpCommunity} public
|
||||
#API配置信息
|
||||
${oamHost} 192.168.40.210
|
||||
${oamPort} 50080
|
||||
${contrast} 0.1
|
||||
${contrast} 0.1
|
||||
${editpasswd} no #设置密码过期时是否需要修改密码,no为不修改,yes为修改
|
||||
Reference in New Issue
Block a user