Files
allwpilib/wpilibj/wpilibJavaIntegrationTests
Thomas Clark f817f6d041 Added version numbers to maven plugins
The version numbers for several maven plugins were unspecified before, which
caused a bunch of warnings before.

Change-Id: I7e2e05ccf3e2f10b24010576eb78192e9d891120
2014-08-05 13:29:01 -04:00
..
2014-08-05 10:25:42 -04:00
2014-08-05 13:29:01 -04:00

TO LOAD & RUN INTEGRATION TESTS

  1. Run mvn clean package from this directory
  2. Run scp target/wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar admin@10.1.90.2:/home/admin and enter the password on the RoboRio
  3. ssh into the RoboRio using ssh admin@10.1.90.2
  4. Run the integration tests on the roborio using ./runintegrationjavaprogram
  5. Enable the robot using a driver station (this will be automatic eventually)