修改自动部署配置文件
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#登录类型:api | cli | ${None}(tsg mib) | 未指定,默认为ui
|
#登录类型:api | cli | ${None}(tsg mib) | 未指定,默认为ui
|
||||||
${loginType} ui
|
${loginType} ui
|
||||||
#执行环境是否Widonws
|
#执行环境是否Widonws
|
||||||
${systemType} Windows
|
${systemType} api
|
||||||
#API配置信息
|
#API配置信息
|
||||||
${host} 192.168.40.120
|
${host} 192.168.40.120
|
||||||
${port} 8080
|
${port} 8080
|
||||||
@@ -10,24 +10,24 @@ ${authmode} 1
|
|||||||
${authCode} ${EMPTY}
|
${authCode} ${EMPTY}
|
||||||
${ldapId} 27
|
${ldapId} 27
|
||||||
${version} v1
|
${version} v1
|
||||||
${version2} v2
|
${version2} v2
|
||||||
${username} autotest
|
${username} 57_test
|
||||||
${password} 111111
|
${password} 111111
|
||||||
${encodePassword} ${EMPTY}
|
${encodePassword} ${EMPTY}
|
||||||
${token} ${EMPTY}
|
${token} ${EMPTY}
|
||||||
#[Documentation] 测试终端IP统一配置
|
#[Documentation] 测试终端IP统一配置
|
||||||
${testClentIP} 192.168.41.255
|
${testClentIP} 192.168.50.57
|
||||||
${testSubscriberID} $test2552
|
${testSubscriberID} $test57
|
||||||
#自动化标签
|
#自动化标签
|
||||||
${userTagIds} ${EMPTY}
|
${userTagIds} ${EMPTY}
|
||||||
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
#Documentation] 是否添加测试终端IP到策略统一配置,0为不添加测试终端IP,1为添加测试终端IP,默认1
|
||||||
${addTestClentIPFlag} 0
|
${addTestClentIPFlag} 1
|
||||||
#执行需要暂停时间
|
#执行需要暂停时间
|
||||||
#策略下发后到验证需等待时间
|
#策略下发后到验证需等待时间
|
||||||
${policyVerificationSleepSeconds} 20
|
${policyVerificationSleepSeconds} 20
|
||||||
#策略验证后到验证策略日志需等待时间
|
#策略验证后到验证策略日志需等待时间
|
||||||
${policyLogVerificationSleepSeconds} 60
|
${policyLogVerificationSleepSeconds} 60
|
||||||
${path} F:/tsg-git/tsg_autotest/05-Other/
|
${path} autotsg/05-Other
|
||||||
${currentpath} E:/auto_git/eclipsegit/tsg_autotest/
|
${currentpath} E:/auto_git/eclipsegit/tsg_autotest/
|
||||||
${curlbatpath} ${path}/curl/
|
${curlbatpath} ${path}/curl/
|
||||||
${mailpath} ${path}/mail/
|
${mailpath} ${path}/mail/
|
||||||
@@ -60,5 +60,5 @@ ${snmpConnTimeout} 5 # 默认超时时间为6s,设置timeout值后超时
|
|||||||
${snmpCommunity} public
|
${snmpCommunity} public
|
||||||
# SNMP服务测试变量[end]
|
# SNMP服务测试变量[end]
|
||||||
#API配置信息
|
#API配置信息
|
||||||
${oamHost} 192.168.36.134
|
${oamHost} 192.168.40.210
|
||||||
${oamPort} 5008000000
|
${oamPort} 50080
|
||||||
|
|||||||
Reference in New Issue
Block a user