mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Adds test scripts to deploy, run and retrieve results from integration tests.
Adds a simple script for jenkins to run to retrieve the test results from. Adds a script that allows developers to download and run tests from a specific language easily. Adds a script that allows the tests to be run from within an ssh session on the roborio. Change-Id: Ibe6ddc4e1dcbb8192e6552c3901e96f6907a8020
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
TO LOAD & RUN INTEGRATION TESTS
|
||||
## 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)
|
||||
See: allwpilib/test-scripts
|
||||
|
||||
Reference in New Issue
Block a user