diff options
| author | 董晓燕 <[email protected]> | 2021-06-03 09:55:45 +0000 |
|---|---|---|
| committer | 董晓燕 <[email protected]> | 2021-06-03 09:55:45 +0000 |
| commit | ac68e65f508799a0e555a240ae374d313a0a8d75 (patch) | |
| tree | 2a339bbd8acd65e2fb235159cc9c5303ae5725b7 /case/multi_step/b_a_starttime.robot | |
| parent | 2f39b56d617e5fba2b8d73d81cd5e6d894f85352 (diff) | |
| parent | 4667c668725ff7cb673c637a297c67283876d4d4 (diff) | |
Develop
See merge request dongxiaoyan/gap_tsg_api!4
Diffstat (limited to 'case/multi_step/b_a_starttime.robot')
| -rw-r--r-- | case/multi_step/b_a_starttime.robot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/case/multi_step/b_a_starttime.robot b/case/multi_step/b_a_starttime.robot new file mode 100644 index 0000000..61952b0 --- /dev/null +++ b/case/multi_step/b_a_starttime.robot @@ -0,0 +1,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} |
