From d198f8bbbd1c7e4b676f30a3dbbb39198066e185 Mon Sep 17 00:00:00 2001 From: zhang_name Date: Thu, 4 Jul 2024 02:59:44 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0testlib=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E7=99=BD=E5=90=8D=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhang_name --- ...6\211\213\345\212\250\351\203\250\347\275\262.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" index 303046ff..7d9822ba 100644 --- "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" +++ "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" @@ -610,5 +610,17 @@ git clone --single-branch --branch master https://gitee.com/anolis/testlib.git ~ ```shell docker-compose -f ~/tone/docker-compose.yaml up --build -d ``` +#### f.添加tone白名单 + tone-web系统中:系统配置-》基础配置-》系统参数,找到配置项:WHITE_LIST,编辑增加一下内容(内容中不要有空行,每行以逗号结尾): +```shell +/api/case/get_case_list/, +/api/case/get_suite_all/, +/api/workspace_list/, +/api/workspace/project/, +/api/workspace/job_type/, +/api/job/server_list/, +/api/job/server_tag/, +/api/job/cluster_list/, +``` ## 7. 独立部署 FAQ https://tone.openanolis.cn/help_doc/12 \ No newline at end of file -- Gitee