问题描述: 在学习 httprunner,想试验下性能测试,写完用例后执行命令:locusts -f test_wx_report_from_id.json。在自己的 pc 上可以启动 locusts 成功,但是在阿里云机器上出现如下错误: ERROR OSError: [Errno 97] Address family not supported by protocol 有没有遇到过类似问题的同学,求指点
看看这篇:https://blog.csdn.net/testcs_dn/article/details/82777033
原因是云服务器有两个 ip 地址造成的 启动的时候指定 ip 地址就可以了, 内网 ip 就可以了 --web-host=12.7.0.1
locust3 -f data/script_file/LC_S000001.py --web-host=127.0.0.1