Commit 3c99f826 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 5063eb1d
...@@ -11,8 +11,8 @@ from common.timeUtils import timeUtils ...@@ -11,8 +11,8 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:api,herp-web,h1产品信息变更_新增 ,id2263,id2263-90,sit,on case_tag:api,herp-web,h2产品信息变更_新增 ,id2263,id2263-90,sit,on
内网:h1产品信息变更_新增 内网:h2产品信息变更_新增
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
......
...@@ -12,8 +12,8 @@ from common.timeUtils import timeUtils ...@@ -12,8 +12,8 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:api,herp-web,j1运维管理_科室配置列表查询,id2263,id2263-110,sit,on case_tag:api,herp-web,j4运维管理_科室配置列表查询_正常查询,id2263,id2263-110,sit,on
内网:j1运维管理_科室配置列表查询 内网:j4运维管理_科室配置列表查询_正常查询
""" """
from common.common_func import commonFuc from common.common_func import commonFuc
...@@ -21,8 +21,8 @@ from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_ ...@@ -21,8 +21,8 @@ from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_
module = "b2_herp3_bs" module = "b2_herp3_bs"
def test1(): def test1():
""" """
场景:j1运维管理_科室配置列表查询 场景:j4运维管理_科室配置列表查询_正常查询
用例名称:j1运维管理_科室配置列表查询 用例名称:j4运维管理_科室配置列表查询_正常查询
输入:无 输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1} 输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
""" """
...@@ -34,7 +34,7 @@ def test1(): ...@@ -34,7 +34,7 @@ def test1():
# 获取token和projectCode # 获取token和projectCode
token,projectCode,uxid,corpId,info= login_system(username, password).get_token() token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info) # print( token,projectCode,uxid,corpId,info)
#j1运维管理_科室配置列表查询 #j4运维管理_科室配置列表查询_正常查询
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysConfig_page_url") url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "sysConfig_page_url")
# 获取请求头信息 # 获取请求头信息
......
...@@ -12,7 +12,7 @@ from common.timeUtils import timeUtils ...@@ -12,7 +12,7 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng" __author__ = "xiaohesheng"
""" """
case_tag:api,herp-web,j6运维管理_科室配置_修改参数,id2263,id2263-112,sit,on case_tag:api,herp-web,j6运维管理_科室配置_修改参数,id2263,id2263-112,sit,on
内网:j6运维管理_科室配置_修改参数 内网:j6运维管理_科室配置_修改参数
""" """
......
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