Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 491 Bytes

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