blob: 61952b0f416a374a16d3fd08eb6147702525c281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
*** Settings ***
Force Tags tsg_adc_wp starttime
Library OperatingSystem
Resource ../../keyword/common/systemcommand.robot
Resource ../../keyword/common/log_variable.robot
Resource ../../keyword/common/file_operation.robot
*** Test Cases ***
starttime
${starttime} Get Time
Sleep ${policyVerificationSleepSeconds}s
InsertStartTimeToFile starttime ${starttime}
|