Skip to content

Files

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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