Auto test scripts for RoboCup soccer simulation 2d games
- Configure
PROCES
intest.sh
as the number of simultaneously running rcssservers (each rcssserver will run in a different port automatically) - Configure
CLIENTS
intest.sh
to be the list of client machines running teams - Make sure you can login to
CLIENTS
usingssh
without typing password from the machine (which is a server) you runtest.sh
- Deploy the testing teams (left and right) to
CLIENTS
, for example, usingscp
- Configure
start_left
andstart_right
scripts to start left and right teams - Run
test.sh
from the central server to start the auto test - Use in combination with lanmonitor to monitor the testing status
- test.sh -- run auto test
- kill.sh -- stop test
- result.sh -- show result
- analyze.sh -- show more information
- start_left -- script to start left team
- start_right -- script to start right team
- start.tmpl -- templates of start scripts
- scripts/automonitor -- start monitors