Auto test scripts for RoboCup soccer simulation 2d games
- Configure
PROCESintest.shas the number of simultaneously running rcssservers (each rcssserver will run in a different port automatically) - Configure
CLIENTSintest.shto be the list of client machines running teams - Make sure you can login to
CLIENTSusingsshwithout 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_leftandstart_rightscripts to start left and right teams - Run
test.shfrom 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


