Commit f9ab8645 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

基础设置模块-运维管理脚本

parent 8c892e62
...@@ -64,6 +64,11 @@ def test1(): ...@@ -64,6 +64,11 @@ def test1():
data1=commonFuc().analysis_json('data',data) data1=commonFuc().analysis_json('data',data)
if code==0 and total==0: if code==0 and total==0:
commonFuc().check_text_exist(0, result) commonFuc().check_text_exist(0, result)
elif code==0 and total>=1:
commonFuc().check_text_exist(0, result)
id1=commonFuc().analysis_json('id',data1[0])
print(id1)
return id1
else: else:
commonFuc().check_text_exist('error', result) commonFuc().check_text_exist('error', result)
test1() test1()
# -*- encoding=utf8 -*-
import sys
from airtest.core.helper import using
from common.db.sql.sql_del_branch_info import delData
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,j6运维管理_科室配置_修改参数,id2263,id2263-112,sit,on
内网:j6运维管理_科室配置_修改参数
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:j6运维管理_科室配置_修改参数
用例名称:j6运维管理_科室配置_修改参数
输入:无
输出:"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)
#j6运维管理_科室配置_修改参数
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysConfig_updateById_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"))
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\j1运维管理_科室配置列表查询.air')
using(pro_path + r'\\air_case\\b2_herp3_bs\\j1运维管理_科室配置列表查询.air')
from j1运维管理_科室配置列表查询 import test1
id1= test1()
# #请求体
request_body = commonFuc().get_business_data(module, "payload51_20",id1)
# # # 发送请求
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)
if code==0 and data==1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
#删除参数
delData().Delete_sys_config()
\ No newline at end of file
...@@ -279,6 +279,7 @@ json_headers2: { ...@@ -279,6 +279,7 @@ json_headers2: {
"payload51_17": {"pageNum":1,"pageSize":50,"queryObject":{"cname":"","hosId":"h0347","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5","levelCode":"KS"}} "payload51_17": {"pageNum":1,"pageSize":50,"queryObject":{"cname":"","hosId":"h0347","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5","levelCode":"KS"}}
"payload51_18": {"corpId":"h0347","ename":"PC00028","val":"1","remark":"默认计费科室","projectCode":"herp","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5"} "payload51_18": {"corpId":"h0347","ename":"PC00028","val":"1","remark":"默认计费科室","projectCode":"herp","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5"}
"payload51_19": {"pageNum":1,"pageSize":50,"queryObject":{"ename":"%s","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5","levelCode":"KS"}} "payload51_19": {"pageNum":1,"pageSize":50,"queryObject":{"ename":"%s","mgrRangeId":"d69a68df361a4289b2262e4ef75b55a5","levelCode":"KS"}}
"payload51_20": {"val":"0","id":"%s"}
checkDict: {"code": 0,'msg': None,'data': True} checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: { checkDict1: {
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<tr width="600"> <tr width="600">
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>1</td> <td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0分1</td> <td class='details-col-elapsed'>0分2</td>
<td class="details-col-elapsed">100.0%</td> <td class="details-col-elapsed">100.0%</td>
</tr> </tr>
</table> </table>
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/j5运维管理_科室配置列表查询_异常查询/log.html' target='_blank'>j5运维管理_科室配置列表查询_异常查询</a></td> <td class="details-col-elapsed"><a href='../log/j6运维管理_科室配置_修改参数/log.html' target='_blank'>j6运维管理_科室配置_修改参数</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">1.578</td> <td class="details-col-elapsed">2.547</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment