BifangApiVariable文件新增针对全流程自动化验证的 1.日志条数参数 2.循环次数控制参数
This commit is contained in:
@@ -11,25 +11,25 @@ ${authCode} ${EMPTY}
|
|||||||
${ldapId} 27
|
${ldapId} 27
|
||||||
${version} v1
|
${version} v1
|
||||||
${version2} v2
|
${version2} v2
|
||||||
${username} lyf
|
${username} byb
|
||||||
${password} 1
|
${password} 111111
|
||||||
${encodePassword} ${EMPTY}
|
${encodePassword} ${EMPTY}
|
||||||
${token} ${EMPTY}
|
${token} ${EMPTY}
|
||||||
#[Documentation] 测试终端IP统一配置
|
#[Documentation] 测试终端IP统一配置
|
||||||
${testClentIP} 192.168.50.52
|
${testClentIP} 192.168.32.30
|
||||||
${testSubscriberID} $test57
|
${testSubscriberID} $test57
|
||||||
#自动化标签
|
#自动化标签
|
||||||
${userTagIds} ${EMPTY}
|
${userTagIds} ${EMPTY}
|
||||||
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
||||||
${addTestClentIPFlag} 0
|
${addTestClentIPFlag} 0
|
||||||
#测试环境是否需要把tsgui和api添加为SecurityPolicy-Allow 1为需要,默认1 ,
|
#测试环境是否需要把tsgui和api添加为SecurityPolicy-Allow 1为需要,默认1 ,
|
||||||
${addTsgUIAPIFlag} 1
|
${addTsgUIAPIFlag} 0
|
||||||
#执行需要暂停时间
|
#执行需要暂停时间
|
||||||
#策略下发后到验证需等待时间
|
#策略下发后到验证需等待时间
|
||||||
${policyVerificationSleepSeconds} 20
|
${policyVerificationSleepSeconds} 20
|
||||||
#策略验证后到验证策略日志需等待时间
|
#策略验证后到验证策略日志需等待时间
|
||||||
${policyLogVerificationSleepSeconds} 60
|
${policyLogVerificationSleepSeconds} 60
|
||||||
${path} F:/tsg-git/tsg_autotest/05-Other/
|
${path} C:/Users/byb11/git/tsg_autotest/05-Other/
|
||||||
${Downloadpath} C:/Users/byb11/Downloads/
|
${Downloadpath} C:/Users/byb11/Downloads/
|
||||||
${curlbatpath} ${path}curl/
|
${curlbatpath} ${path}curl/
|
||||||
${mailpath} ${path}/mail/
|
${mailpath} ${path}/mail/
|
||||||
@@ -67,9 +67,9 @@ ${oamPort} 50080
|
|||||||
${contrast} 0.1
|
${contrast} 0.1
|
||||||
${editpasswd} no #设置密码过期时是否需要修改密码,no为不修改,yes为修改
|
${editpasswd} no #设置密码过期时是否需要修改密码,no为不修改,yes为修改
|
||||||
# Mysql数据库连接信息
|
# Mysql数据库连接信息
|
||||||
${mysqlHost} host='192.168.44.71',port=3306,user='root',passwd='bifang!@#',database='tsg-bifang'
|
${mysqlHost} host='192.168.44.72',port=3306,user='root',passwd='bifang!@#',database='tsg-bifang'
|
||||||
#休息时间
|
#休息时间
|
||||||
${sleep_min} 1
|
${sleep_min} 2
|
||||||
${sleep} 3
|
${sleep} 3
|
||||||
# 隐式等待时间
|
# 隐式等待时间
|
||||||
${sleep_Wait} 20
|
${sleep_Wait} 20
|
||||||
@@ -77,6 +77,10 @@ ${sleep_Wait} 20
|
|||||||
${tag} lyf
|
${tag} lyf
|
||||||
#日志查询次数
|
#日志查询次数
|
||||||
${logfornumber} 3
|
${logfornumber} 3
|
||||||
|
#针对全流程产生日志接口测试循环取出日志条数
|
||||||
|
${lognumber} 5
|
||||||
|
#针对全流程产生日志接口测试循环次数
|
||||||
|
${logcycles} 3
|
||||||
#邮箱账户信息
|
#邮箱账户信息
|
||||||
${mailAccount163Dxy} dxy135222@163.com
|
${mailAccount163Dxy} dxy135222@163.com
|
||||||
${mailPasswordDxy} CXFBCUSBOZCWSMRW
|
${mailPasswordDxy} CXFBCUSBOZCWSMRW
|
||||||
|
|||||||
Reference in New Issue
Block a user