diff options
| author | 董晓燕 <[email protected]> | 2021-06-02 07:14:46 +0000 |
|---|---|---|
| committer | 董晓燕 <[email protected]> | 2021-06-02 07:14:46 +0000 |
| commit | 2f39b56d617e5fba2b8d73d81cd5e6d894f85352 (patch) | |
| tree | 186240c23257b11de7cd65e6e2499870f097e421 /__init__.robot | |
Update .project, __init__.robot, log.html, report.html, requirements.txt, 执行方式.txt, output.xml files
Diffstat (limited to '__init__.robot')
| -rw-r--r-- | __init__.robot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/__init__.robot b/__init__.robot new file mode 100644 index 0000000..f7baeb7 --- /dev/null +++ b/__init__.robot @@ -0,0 +1,7 @@ +*** Settings *** +#Suite Setup LoginAndAddLocalIP +#Suite Teardown LogoutAndDelLocalIP +#Resource keyword/common/login_logout_switch.robot +Suite Setup LoginAndAddLocalIP +Suite Teardown LogoutAndDelLocalIP +Resource keyword/common/login_logout_switch.robot
\ No newline at end of file |
