Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
9e2926d4
Commit
9e2926d4
authored
Jan 19, 2024
by
xiao-hesheng
Browse files
基础设置模块-运维管理脚本
parent
0471f66e
Changes
4
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/i6运维管理_院区配置列表查询.air/i6运维管理_院区配置列表查询.py
0 → 100644
View file @
9e2926d4
# -*- encoding=utf8 -*-
import
sys
from
airtest.core.helper
import
using
from
common.db.sql.sql_del_kind_goodsinfo
import
delKindGoodsinfo
from
common.db.sql.sql_del_notices_info
import
delByNoticeName
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,i6运维管理_院区配置列表查询,id2263,id2263-103,sit,on
内网:i6运维管理_院区配置列表查询
"""
from
common.common_func
import
commonFuc
from
air_case.b1_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"b2_herp3_bs"
def
test1
():
"""
场景:i6运维管理_院区配置列表查询
用例名称:i6运维管理_院区配置列表查询
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
#内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# # print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password,'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
# print( token,projectCode,uxid,corpId,info)
#i6运维管理_院区配置列表查询
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"sysConfig_page_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
# #请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload51_12"
)
print
(
request_body
)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'resultaaaaaaaaaaaaaaaaaaaaaaaaaaa'
,
result
)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
data
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
data
)
if
code
==
0
and
total
>=
0
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
data/b2_herp3_bs/data
View file @
9e2926d4
...
...
@@ -268,6 +268,7 @@ json_headers2: {
"payload51_9": {"pageNum":1,"pageSize":50,"orderBy":"mgcm.create_time desc","queryObject":{"startDate":null,"endDate":null,"goodsName":"","hosId":"h0347","tbStatus":"%s"}}
"payload51_10": {"pageNum":1,"pageSize":50,"queryObject":{"ename":"","mgrRangeId":"h0347"}}
"payload51_11": {"pageNum":1,"pageSize":50,"queryObject":{"cname":"","hosId":"h0347","mgrRangeId":"h0347","levelCode":"YY"}}
"payload51_12": {"pageNum":1,"pageSize":50,"queryObject":{"ename":"","mgrRangeId":"h0347-2011","levelCode":"YQ"}}
checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: {
...
...
report/summary.html
View file @
9e2926d4
...
...
@@ -72,9 +72,9 @@
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/i
5
运维管理_
医院配置新增页
列表查询/log.html'
target=
'_blank'
>
i
5
运维管理_
医院配置新增页
列表查询
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/i
6
运维管理_
院区配置
列表查询/log.html'
target=
'_blank'
>
i
6
运维管理_
院区配置
列表查询
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.9
6
1
</td>
<td
class=
"details-col-elapsed"
>
0.9
7
1
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
...
...
runner.py
View file @
9e2926d4
...
...
@@ -92,7 +92,8 @@ if __name__ == '__main__':
os
.
remove
(
del_file
)
shutil
.
rmtree
(
file_path
)
print
(
'删了什么文件'
,
del_file
)
print
(
'结束了'
)
#删除自动化脚本产生的数据
delData
().
Delete_branch_by_id
()
delData
().
Delete_goods_change_info
()
\ No newline at end of file
delData
().
Delete_goods_change_info
()
print
(
'结束了'
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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