Commit 4ca5181e authored by xiao-hesheng's avatar xiao-hesheng
Browse files

基础设置模块-运维管理-PDA授权脚本添加

parent 5e54971d
# -*- 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,m3运维管理_PDA授权_编辑,id2263,id2263-143,sit,on
内网:m3运维管理_PDA授权_编辑
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:m3运维管理_PDA授权_编辑
用例名称:m3运维管理_PDA授权_编辑
输入:无
输出:"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)
#m3运维管理_PDA授权_编辑
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysrPdaDevice_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\\m2运维管理_PDA授权_列表查询获取id.air')
using(pro_path + r'\\air_case\\b2_herp3_bs\\m2运维管理_PDA授权_列表查询获取id.air')
from m2运维管理_PDA授权_列表查询获取id import test1
id1,lastModified,createTime = test1()
print(id1,lastModified,createTime)
#
# #请求体
request_body = commonFuc().get_business_data(module, "payload54_5",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()
...@@ -324,6 +324,7 @@ json_headers2: { ...@@ -324,6 +324,7 @@ json_headers2: {
"payload54_2": {"queryObject":{"deviceName":"test","deviceMeid":"","corpId":"h0347","projectIds":["herp.pda"]},"pageNum":1,"pageSize":50} "payload54_2": {"queryObject":{"deviceName":"test","deviceMeid":"","corpId":"h0347","projectIds":["herp.pda"]},"pageNum":1,"pageSize":50}
"payload54_3": {"id":"%s","lastModified":"%s","version":0,"createTime":"%s","createUser":"UID-050151","lastModifiedUser":"UID-050151","deviceName":"test","deviceCode":"test","deviceExplain":"test","deviceMeid":"TEST","deviceMeidEncryption":null,"corpId":"h0347","corpName":"邹城市人民医院(test)","enableFlag":1,"remark":"test","lastLoginTime":null,"projectIds":["herp.pda"]} "payload54_3": {"id":"%s","lastModified":"%s","version":0,"createTime":"%s","createUser":"UID-050151","lastModifiedUser":"UID-050151","deviceName":"test","deviceCode":"test","deviceExplain":"test","deviceMeid":"TEST","deviceMeidEncryption":null,"corpId":"h0347","corpName":"邹城市人民医院(test)","enableFlag":1,"remark":"test","lastLoginTime":null,"projectIds":["herp.pda"]}
"payload54_4": {"id":"%s","lastModified":"%s","version":0,"createTime":"%s","createUser":"UID-050151","lastModifiedUser":"UID-050151","deviceName":"test","deviceCode":"test","deviceExplain":"test","deviceMeid":"TEST","deviceMeidEncryption":null,"corpId":"h0347","corpName":"邹城市人民医院(test)","enableFlag":0,"remark":"test","lastLoginTime":null,"projectIds":["herp.pda"]} "payload54_4": {"id":"%s","lastModified":"%s","version":0,"createTime":"%s","createUser":"UID-050151","lastModifiedUser":"UID-050151","deviceName":"test","deviceCode":"test","deviceExplain":"test","deviceMeid":"TEST","deviceMeidEncryption":null,"corpId":"h0347","corpName":"邹城市人民医院(test)","enableFlag":0,"remark":"test","lastLoginTime":null,"projectIds":["herp.pda"]}
"payload54_5": {"deviceName":"test1","deviceCode":"test1","deviceMeid":"TEST1","deviceExplain":"test1","corpId":"h0347","enableFlag":1,"remark":"test1","projectIds":["herp.pda"],"corpName":"邹城市人民医院(test)","id":"%s"}
checkDict: {"code": 0,'msg': None,'data': True} checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: { checkDict1: {
......
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/m2运维管理_PDA授权_激活/log.html' target='_blank'>m2运维管理_PDA授权_激活</a></td> <td class="details-col-elapsed"><a href='../log/m3运维管理_PDA授权_编辑/log.html' target='_blank'>m3运维管理_PDA授权_编辑</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">3.553</td> <td class="details-col-elapsed">3.677</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