diff options
| author | 董晓燕 <[email protected]> | 2021-06-15 11:24:42 +0000 |
|---|---|---|
| committer | 董晓燕 <[email protected]> | 2021-06-15 11:24:42 +0000 |
| commit | 3c8341971455d3d1b0981607426cff9674496c0b (patch) | |
| tree | 100f3db7cbfeeace4ec8df94fcda8ffa19577b04 | |
Update .project, __init__.robot files
| -rw-r--r-- | .project | 17 | ||||
| -rw-r--r-- | __init__.robot | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..9b91063 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>gap_tsg_ui</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.python.pydev.PyDevBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.python.pydev.pythonNature</nature> + </natures> +</projectDescription> diff --git a/__init__.robot b/__init__.robot new file mode 100644 index 0000000..858fd96 --- /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 |
