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