1.添加修改关键字 2.添加修改用例
This commit is contained in:
@@ -1,35 +1,36 @@
|
||||
*** Variables ***
|
||||
#登录类型:api | cli | ${None}(tsg mib) | 未指定,默认为ui
|
||||
${loginType} api
|
||||
${loginType} ui
|
||||
#执行环境是否Widonws
|
||||
${systemType} Widonws
|
||||
${systemType} api
|
||||
#API配置信息
|
||||
${host} 192.168.44.72
|
||||
${port} 80
|
||||
${host} 192.168.44.71
|
||||
${port} 8080
|
||||
${authmode} 1
|
||||
${authCode} ${EMPTY}
|
||||
${ldapId} 27
|
||||
${version} v1
|
||||
${version2} v2
|
||||
${username} hebingning
|
||||
${password} 222222
|
||||
${username} byb
|
||||
${password} 111111
|
||||
${encodePassword} ${EMPTY}
|
||||
${token} ${EMPTY}
|
||||
#[Documentation] 测试终端IP统一配置
|
||||
${testClentIP} 192.168.50.3
|
||||
${testSubscriberID} $test3
|
||||
${testClentIP} 192.168.50.57
|
||||
${testSubscriberID} $test57
|
||||
#自动化标签
|
||||
${userTagIds} ${EMPTY}
|
||||
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
||||
${addTestClentIPFlag} 0
|
||||
#测试环境是否需要把tsgui和api添加为SecurityPolicy-Allow 1为需要,默认1 ,
|
||||
${addTsgUIAPIFlag} 0
|
||||
${addTsgUIAPIFlag} 1
|
||||
#执行需要暂停时间
|
||||
#策略下发后到验证需等待时间
|
||||
${policyVerificationSleepSeconds} 20
|
||||
#策略验证后到验证策略日志需等待时间
|
||||
${policyLogVerificationSleepSeconds} 60
|
||||
${path} D:/aaa
|
||||
${path} C:/Users/byb11/git/tsg_autotest/05-Other/
|
||||
${Downloadpath} C:/Users/byb11/Downloads/
|
||||
${curlbatpath} ${path}/curl/
|
||||
${mailpath} ${path}/mail/
|
||||
${responsePageFiles} ${path}/response_pages_files/
|
||||
@@ -64,5 +65,6 @@ ${snmpCommunity} public
|
||||
${oamHost} 192.168.40.210
|
||||
${oamPort} 50080
|
||||
${contrast} 0.1
|
||||
${editpasswd} no #设置密码过期时是否需要修改密码,no为不修改,yes为修改
|
||||
# Mysql数据库连接信息
|
||||
${mysqlHost} host='192.168.44.72',port=3306,user='root',passwd='bifang!@#',database='tsg-bifang'
|
||||
Reference in New Issue
Block a user