推荐url查询测试用例
This commit is contained in:
14
01-TestCase/tsg_bfapi/api_log/LogStatistics_Recommend.robot
Normal file
14
01-TestCase/tsg_bfapi/api_log/LogStatistics_Recommend.robot
Normal file
@@ -0,0 +1,14 @@
|
||||
*** Settings ***
|
||||
Resource ../../02-Keyword/tsg_bfapi/LogStatistics.robot
|
||||
Library DateTime
|
||||
|
||||
*** Variables ***
|
||||
${url} /report/url/recommend
|
||||
|
||||
*** Test Cases ***
|
||||
LogStatistics-Recommend-00001
|
||||
${Time} get current date
|
||||
${endTime} add time to date ${Time} -01:00:00
|
||||
${endTime} Get Substring ${endTime} \ -9
|
||||
LOG ${endTime}00:00
|
||||
Recommend ${url} ${endTime}00:00
|
||||
Reference in New Issue
Block a user