调整pms测试用例
This commit is contained in:
+16
-9
@@ -17,9 +17,9 @@ ENV_VARS = {
|
||||
},
|
||||
"test": {
|
||||
# 环境相关域名
|
||||
"host": "https://testforgeplus.trustie.net",
|
||||
"wiki_host": "",
|
||||
"pms_host": "https://testpm.trustie.net",
|
||||
"host": "****host-test****",
|
||||
"wiki_host": "****wiki_host-test****",
|
||||
"pms_host": "****pm_host-test****",
|
||||
# 获取oauth_token需要的参数
|
||||
"client_id": "****client_id****",
|
||||
"client_secret": "****client_secret****",
|
||||
@@ -38,9 +38,12 @@ ENV_VARS = {
|
||||
"env_repo_identifier": "auotest",
|
||||
"env_project_id": "59",
|
||||
# pms相关环境变量
|
||||
"env_pms_product_id": "215",
|
||||
"env_pms_product_identifier": "6E0453",
|
||||
"env_pms_project_id": "135",
|
||||
"env_pms_product_id": "360",
|
||||
"env_pms_product_identifier": "5E315F",
|
||||
"env_pms_project_id": "205",
|
||||
"env_enterprise_identifier": "prefecture",
|
||||
"env_enterprise_id": "1",
|
||||
"env_organization_id": 105,
|
||||
# 数据库配置
|
||||
"db_info": {
|
||||
"db_host": "xx.xx.xx.xx",
|
||||
@@ -59,9 +62,9 @@ ENV_VARS = {
|
||||
},
|
||||
"pre": {
|
||||
# 环境相关域名
|
||||
"host": "http://172.20.32.202:4000",
|
||||
"wiki_host": "http://172.20.32.202:8093",
|
||||
"pms_host": "https://testpm.trustie.net",
|
||||
"host": "****host-pre****",
|
||||
"wiki_host": "****wiki_host-pre****",
|
||||
"pms_host": "****pm_host-pre****",
|
||||
# 获取oauth_token需要的参数
|
||||
"client_id": "****client_id-pre****",
|
||||
"client_secret": "****client_secret-pre****",
|
||||
@@ -83,6 +86,8 @@ ENV_VARS = {
|
||||
"env_pms_product_id": "",
|
||||
"env_pms_product_identifier": "",
|
||||
"env_pms_project_id": "",
|
||||
"env_enterprise_id": "",
|
||||
"env_organization_id": "",
|
||||
# 数据库配置
|
||||
"db_info": {
|
||||
"db_host": "xx.xx.xx.xx",
|
||||
@@ -125,6 +130,8 @@ ENV_VARS = {
|
||||
"env_pms_product_id": "",
|
||||
"env_pms_product_identifier": "",
|
||||
"env_pms_project_id": "",
|
||||
"env_enterprise_id": "",
|
||||
"env_organization_id": "",
|
||||
# 数据库配置
|
||||
"db_info": {
|
||||
"db_host": "xx.xx.xx.xx",
|
||||
|
||||
Reference in New Issue
Block a user