1、添加时间工具关键字

2、调整部分错误
This commit is contained in:
dongxiaoyan
2020-06-18 13:46:16 +08:00
parent a3f9d64293
commit fc79ac3782
16 changed files with 262 additions and 210 deletions

View File

@@ -244,7 +244,7 @@ Recommend
Trend
[Arguments] ${url} ${startTime} ${endTime} ${logType} ${policyId}
${header} Create Dictionary Content-Type=application/x-www-form-urlencoded Authorization=${token}
Create Session api http://${host}:${port}/${version} headers=${header}
Create Session api http://${host}:${port} headers=${header}
${remoteResponse} Get Request api ${url}?policyId=${policyId}&logType=${logType}&startTime=${startTime}&endTime=${endTime} headers=${header}
${response} to json ${remoteResponse.content}
Should Be Equal As Strings ${remoteResponse.status_code} 200