补充提交

This commit is contained in:
dongxiaoyan
2020-04-07 12:51:52 +08:00
parent a8db6e3b74
commit c2c9f609b8
11 changed files with 215 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
*** Variables ***
#ui登陆还是api登陆
${loginType} api
#执行环境是否Widonws
${systemType} Windows
#API配置信息
${host} 192.168.40.120
${port} 8080
@@ -13,19 +15,19 @@ ${password} 111111
${encodePassword} ${EMPTY}
${token} ${EMPTY}
#[Documentation] 测试终端IP统一配置
${testClentIP} 192.168.50.43
${testClentIP} 192.168.50.6
#自动化标签
${userTagIds} ${EMPTY}
${userTagIds} ${EMPTY}
#Documentation] 是否添加测试终端IP到策略统一配置0为不添加测试终端IP1为添加测试终端IP默认1
${addTestClentIPFlag} 1
#执行需要暂停时间
#策略下发后到验证需等待时间
${policyVerificationSleepSeconds} 20
#策略验证后到验证策略日志需等待时间
${policyLogVerificationSleepSeconds} 50
${path} E:/auto_git/tsg_autotest
${curlbatpath} ${path}/05-Other/curl
${mailpath} ${path}/05-Other/mail
${policyLogVerificationSleepSeconds} 60
${path} E:/auto_git/tsg_autotest/05-Other
${curlbatpath} ${path}/curl
${mailpath} ${path}/mail
#全流程分阶段测试参数
#[Documentation] 当前测试部分all为一个终端全网全流程测试
#1为添加策略和对象测试
@@ -38,10 +40,10 @@ ${ipType} ipv4
${ipMask} 255.255.255.255
${browserType} chrome
# Cli自动化测试变量[start]
${cliHost} 192.168.40.165
${cliUsername} tsgadmin
${cliPassword} Cli2019
${timeout} 600s
${retryInterval} 300s
@{ObjectTypes} ip url fqdn keywords subscriberid fqdn_category account http_signature
${cliHost} 192.168.40.165
${cliUsername} tsgadmin
${cliPassword} Cli2019
${timeout} 600s
${retryInterval} 300s
@{ObjectTypes} ip url fqdn keywords subscriberid fqdn_category account http_signature
# Cli自动化测试变量[end]