1、公共文件添加日志查询次数变量${logfornumber}2、修改安全策略allow协议http和ssl全流程用例3、新建log验证关键字(循环验证)

This commit is contained in:
lyf
2021-04-28 18:49:45 +08:00
parent 253793312b
commit c6fff1f700
6 changed files with 534 additions and 281 deletions

View File

@@ -1,10 +1,10 @@
*** Variables ***
#登录类型api | cli | ${None}tsg mib | 未指定默认为ui
${loginType} ui
${loginType} api
#执行环境是否Widonws
${systemType} api
${systemType} Windows
#API配置信息
${host} 192.168.44.71
${host} 192.168.44.72
${port} 8080
${authmode} 1
${authCode} ${EMPTY}
@@ -16,14 +16,14 @@ ${password} 1
${encodePassword} ${EMPTY}
${token} ${EMPTY}
#[Documentation] 测试终端IP统一配置
${testClentIP} 192.168.32.32
${testClentIP} 192.168.50.52
${testSubscriberID} $test57
#自动化标签
${userTagIds} ${EMPTY}
#Documentation] 是否添加测试终端IP到策略统一配置0为不添加测试终端IP1为添加测试终端IP默认1
${addTestClentIPFlag} 0
#测试环境是否需要把tsgui和api添加为SecurityPolicy-Allow 1为需要默认1
${addTsgUIAPIFlag} 1
${addTsgUIAPIFlag} 0
#执行需要暂停时间
#策略下发后到验证需等待时间
${policyVerificationSleepSeconds} 20
@@ -31,7 +31,7 @@ ${policyVerificationSleepSeconds} 20
${policyLogVerificationSleepSeconds} 60
${path} F:/tsg-git/tsg_autotest/05-Other/
${Downloadpath} C:/Users/byb11/Downloads/
${curlbatpath} ${path}/curl/
${curlbatpath} ${path}curl/
${mailpath} ${path}/mail/
${responsePageFiles} ${path}/response_pages_files/
#全流程分阶段测试参数
@@ -74,4 +74,6 @@ ${sleep} 3
# 隐式等待时间
${sleep_Wait} 20
#name个人标识
${tag} lyf
${tag} lyf
#日志查询次数
${logfornumber} 3