Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmops-test
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sanshi
zmops-test
Commits
1238a488
Commit
1238a488
authored
Nov 27, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加readme
parent
455bb066
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
1 deletion
+35
-1
Administrator.xml
.idea/dictionaries/Administrator.xml
+2
-0
README.md
README.md
+32
-0
historyWarning_get.py
WorkApi/APP/HistoryWarning/historyWarning_get.py
+1
-1
No files found.
.idea/dictionaries/Administrator.xml
View file @
1238a488
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
<w>
ipmi
</w>
<w>
ipmi
</w>
<w>
itemid
</w>
<w>
itemid
</w>
<w>
itemids
</w>
<w>
itemids
</w>
<w>
itsm
</w>
<w>
lastchange
</w>
<w>
lastchange
</w>
<w>
lastcheck
</w>
<w>
lastcheck
</w>
<w>
lastlogsize
</w>
<w>
lastlogsize
</w>
...
@@ -62,6 +63,7 @@
...
@@ -62,6 +63,7 @@
<w>
ruleid
</w>
<w>
ruleid
</w>
<w>
ruleids
</w>
<w>
ruleids
</w>
<w>
sanshi
</w>
<w>
sanshi
</w>
<w>
scrapy
</w>
<w>
securitylevel
</w>
<w>
securitylevel
</w>
<w>
securityname
</w>
<w>
securityname
</w>
<w>
serviceids
</w>
<w>
serviceids
</w>
...
...
README.md
View file @
1238a488
# ZMOPS接口自动化框架
## WorkApi
API封装类
*
API: 底层接口库
*
APP: 业务层接口库
*
ITSM: itsm项目接口库
## WorkCase
测试用例库
## WorkReport
测试报告库
## WorkScrapy
爬虫类
## WorkUtils
工具类
*
UtilsCmd: cmd命令行类
*
UtilsDataBase: 数据库类
*
UtilsImage: 图片类
*
UtilsLocust: Locust性能测试类
*
UtilsLog: 日志类
*
UtilsLogOld: 旧版日志类
*
UtilsPyTest: pytest运行类
*
UtilsRandom: 随机数类
*
UtilsRedis: 缓存类
*
UtilsReport: 测试报告类
*
UtilsRequest: 接口请求类
*
UtilsResponse: 解析接口返回类
*
UtilsThread: 多进程类
*
UtilsYaml: yaml读取类
## WorkYaml
yaml文件库
\ No newline at end of file
WorkApi/APP/HistoryWarning/historyWarning_get.py
View file @
1238a488
...
@@ -63,4 +63,4 @@ class HistoryWarningGet(object):
...
@@ -63,4 +63,4 @@ class HistoryWarningGet(object):
base
.
dict_add_key
(
_key
=
"experienceid"
,
value
=
self
.
experienceid
)
base
.
dict_add_key
(
_key
=
"experienceid"
,
value
=
self
.
experienceid
)
base
.
dict_add_key
(
_key
=
"businessid"
,
value
=
self
.
businessid
)
base
.
dict_add_key
(
_key
=
"businessid"
,
value
=
self
.
businessid
)
self
.
_params
=
base
.
_json
self
.
_params
=
base
.
_json
self
.
response
=
self
.
api
.
get
(
url
=
self
.
_url
,
params
=
self
.
_params
)
self
.
response
=
self
.
api
.
get
(
url
=
self
.
_url
,
headers
=
self
.
_headers
,
params
=
self
.
_params
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment