bf9b7d1f创建于 22 天前历史提交
文件最后提交记录最后更新时间
10 个月前
6 个月前
10 个月前
22 天前
1 年前
22 天前
24 天前
1 年前
22 天前
5 年前
8 个月前
6 个月前
1 年前
10 个月前
5 个月前
5 个月前
24 天前
24 天前
24 天前
3 个月前
1 个月前
22 天前
3 个月前
1 个月前
10 个月前
10 个月前
6 个月前
22 天前
11 个月前
1 年前
5 个月前
6 个月前
1 年前
README

Run test in AutoscalingTest

Install dependencies to virtual environment or system wide.

python3 -m pip install -r requirements.txt

Run tests with the following commands.

REMOTE_SERVER_ADDR="http://$(hostname -I | cut -d' ' -f1)/selenium/wd/hub" \
python3 -m unittest AutoscalingTests.test_scale_chaos
REMOTE_SERVER_ADDR="http://$(hostname -I | cut -d' ' -f1)/selenium/wd/hub" \
python3 -m unittest AutoscalingTests.test_scale_up