Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
U
ubains-module-test
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
郑晓兵
ubains-module-test
Commits
00ddec0b
提交
00ddec0b
authored
4月 18, 2025
作者:
陈泽健
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
处理优化
上级
e0c3be14
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
6 行增加
和
6 行删除
+6
-6
Mqtt_Send.py
预定系统/Base/Mqtt_Send.py
+1
-1
Mqtt_Send.cpython-310.pyc
预定系统/Base/__pycache__/Mqtt_Send.cpython-310.pyc
+0
-0
base.cpython-310.pyc
预定系统/Base/__pycache__/base.cpython-310.pyc
+0
-0
base.py
预定系统/Base/base.py
+1
-1
README.md
预定系统/README.md
+2
-2
富创项目_会议预约推送.csv
预定系统/测试数据/MQTT模块/富创项目/富创项目_会议预约推送.csv
+2
-2
会议预定测试用例.xlsx
预定系统/测试数据/会议预定测试用例.xlsx
+0
-0
长安大学测试用例.xlsx
预定系统/测试数据/长安大学测试用例.xlsx
+0
-0
没有找到文件。
预定系统/Base/Mqtt_Send.py
浏览文件 @
00ddec0b
...
@@ -395,7 +395,7 @@ class Mqtt:
...
@@ -395,7 +395,7 @@ class Mqtt:
"startTime"
:
config
[
'startTime'
],
"startTime"
:
config
[
'startTime'
],
"endTime"
:
config
[
'endTime'
],
"endTime"
:
config
[
'endTime'
],
"companyNumber"
:
config
[
'companyNumber'
],
"companyNumber"
:
config
[
'companyNumber'
],
"participantList"
:
[
"Test40"
,
"Test41"
,
"Test42"
,
"Test43"
,
"Test44"
,
"Test45"
,
"Test46"
,
"Test47"
,
"Test48"
,
"Test49"
,
"participantList"
:
[
"
JiaoJiao"
,
"
Test40"
,
"Test41"
,
"Test42"
,
"Test43"
,
"Test44"
,
"Test45"
,
"Test46"
,
"Test47"
,
"Test48"
,
"Test49"
,
"Test50"
,
"Test51"
,
"Test52"
,
"Test53"
,
"Test54"
,
"Test55"
,
"Test56"
,
"Test57"
,
"Test58"
,
"Test59"
,
"Test50"
,
"Test51"
,
"Test52"
,
"Test53"
,
"Test54"
,
"Test55"
,
"Test56"
,
"Test57"
,
"Test58"
,
"Test59"
,
"Test60"
,
"Test61"
,
"Test62"
,
"Test63"
,
"Test64"
,
"Test65"
,
"Test66"
,
"Test67"
,
"Test68"
,
"Test69"
,
"Test60"
,
"Test61"
,
"Test62"
,
"Test63"
,
"Test64"
,
"Test65"
,
"Test66"
,
"Test67"
,
"Test68"
,
"Test69"
,
"Test70"
,
"Test71"
,
"Test72"
,
"Test73"
,
"Test74"
,
"Test75"
,
"Test76"
,
"Test77"
,
"Test78"
,
"Test79"
,
"Test70"
,
"Test71"
,
"Test72"
,
"Test73"
,
"Test74"
,
"Test75"
,
"Test76"
,
"Test77"
,
"Test78"
,
"Test79"
,
...
...
预定系统/Base/__pycache__/Mqtt_Send.cpython-310.pyc
浏览文件 @
00ddec0b
No preview for this file type
预定系统/Base/__pycache__/base.cpython-310.pyc
浏览文件 @
00ddec0b
No preview for this file type
预定系统/Base/base.py
浏览文件 @
00ddec0b
...
@@ -1937,7 +1937,7 @@ def write_xlsx_data(xlsx_file_path, sheet_name, function_number, test_result, lo
...
@@ -1937,7 +1937,7 @@ def write_xlsx_data(xlsx_file_path, sheet_name, function_number, test_result, lo
import
paramiko
import
paramiko
import
time
import
time
def
get_remote_log_with_paramiko
(
host
,
username
,
private_key_path
,
passphrase
,
log_path
,
num_lines
=
100
,
timeout
=
30
):
def
get_remote_log_with_paramiko
(
host
,
username
,
private_key_path
,
passphrase
,
log_path
,
num_lines
=
100
0
,
timeout
=
30
):
"""
"""
使用 Paramiko 获取远程服务器的日志文件内容.
使用 Paramiko 获取远程服务器的日志文件内容.
...
...
预定系统/README.md
浏览文件 @
00ddec0b
...
@@ -291,4 +291,4 @@
...
@@ -291,4 +291,4 @@
81.
2025-04-17
81.
2025-04-17
-
修复因xlsx文件读取失败导致的报错。
-
修复因xlsx文件读取失败导致的报错。
82.
2025-04-18
82.
2025-04-18
-
修复展厅巡检预定系统因页面bug导致的异常定位报错。
-
修复展厅巡检预定系统因页面bug导致的异常定位报错。处理优化
\ No newline at end of file
\ No newline at end of file
预定系统/测试数据/MQTT模块/富创项目/富创项目_会议预约推送.csv
浏览文件 @
00ddec0b
topic,action,thirdPartyMeetingId,thirdPartyRoomId,conferenceName,messageName,startTime,endTime,companyNumber,signInBeforeMinutes,signEndTime,enableSignOut,signOutMinutesAfterSignIn,signOutAfterEndMinutes
topic,action,thirdPartyMeetingId,thirdPartyRoomId,conferenceName,messageName,startTime,endTime,companyNumber,signInBeforeMinutes,signEndTime,enableSignOut,signOutMinutesAfterSignIn,signOutAfterEndMinutes
/meeting/message/sync,add,936100702283092200,1,表处办公室1号会议室,人脸长期运行测试30,2025-04-18 08:50:00.0,2025-04-18 09:00:00.0,CN-JHP-UBAINS,2,2,1,5,5
/meeting/message/sync,add,936100702283092212,1,表处办公室1号会议室,人脸长期运行测试31,2025-04-18 12:55:00.0,2025-04-18 13:10:00.0,CN-JHP-UBAINS,5,5,1,5,10
\ No newline at end of file
\ No newline at end of file
预定系统/测试数据/会议预定测试用例.xlsx
浏览文件 @
00ddec0b
No preview for this file type
预定系统/测试数据/长安大学测试用例.xlsx
浏览文件 @
00ddec0b
No preview for this file type
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论