These test scripts are designed to allow the user of the WPILib test framework to quickly and easily deploy and run their tests on the WPI roboRIO.
In order for the automated test system to work there is a driverstation onboard the roboRIO that handles a queue of users waiting to use the driver station. All of the interaction with this queue is handled internally by test scripts contained within this folder.
If you deploy code to the test stand using the Eclipse plugins, you must remove the build artifacts in /home/lvuser
, or you will break tests.
The roboRIO on the test bench must be updated everytime NI releases a new image.
- Use the roboRIO Imaging Tool to format the roboRIO with the lastest image.
- Install Java on the roboRIO.
- SFTP the teststand, netconsole, and libstdc++ ipk files on to the roboRIO.
- ssh on to the roboRIO as the admin user (ex:
ssh [email protected]
) - Use opkg to install the ipk files (ex:
opkg install teststand_1.2-1_armv7a-vfp.ipk
) - Reboot the roboRIO