TSG-101:1、增加测试结果写入nezha 2、删除proxy policy 测试wrong host,pinning test,revoked三项 3、精简下载测试,删除文件下载一半url 4、修改本地下载文件测试日志路径

This commit is contained in:
fumingwei
2020-09-04 17:52:52 +08:00
parent 30f56b252b
commit 9c3d3bbbf7
3 changed files with 222 additions and 271 deletions

View File

@@ -10,7 +10,7 @@ RUN sed -i s@/dl-cdn.alpinelinux.org/@/mirrors.ustc.edu.cn/@g /etc/apk/repositor
&& pip3 install pycurl \
&& pip3 install httpstat \
&& pip3 install CIUnitTest \
&& echo '0 2 * * * /usr/local/bin/python /root/unittest/clear_file_timeout.py' > /etc/crontabs/root
&& pip3 install pytelegraf
WORKDIR /root/unittest