提交 3ebce33c authored 作者: 陈泽健's avatar 陈泽健

调整定时任务,去掉展厅巡检定时任务注释

上级 742969ae
......@@ -70,7 +70,7 @@ def start_workers(num_workers):
# 启动3个工作线程
start_workers(3)
# 定时执行预定系统测试任务
# 定时执行预定系统测试任务1
schedule.every().day.at("09:00").do(run_task, run_automation_test, report_title="预定系统测试报告", report_url_prefix="http://nat.ubainsyun.com:31134", test_case="预定系统功能", ding_type="标准版巡检")
# 定时执行展厅巡检任务
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论