summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author董晓燕 <[email protected]>2021-06-15 11:24:42 +0000
committer董晓燕 <[email protected]>2021-06-15 11:24:42 +0000
commit3c8341971455d3d1b0981607426cff9674496c0b (patch)
tree100f3db7cbfeeace4ec8df94fcda8ffa19577b04
Update .project, __init__.robot files
-rw-r--r--.project17
-rw-r--r--__init__.robot7
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