You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
We need some test infrastructure to run integration tests on a real V5. The workflow I am looking for is,
Jenkins runs a task to build and run integration tests:
Run make
From a Python program, use the PROS CLI to upload and open the terminal
The tests will start running automatically if the download succeeded, so expect some output. We can have a header that gets printed after a second or so (to wait for the terminal to connect) before tests start. If the Python program does not see the header after a few seconds, something is wrong. After the tests finish, results are printed in a standard format the Python program can look for and parse to see if any failed.
Fail the build if uploading failed, if starting tests failed, if the tests never finished (we can have some sort of timeout), or if any tests failed.
The text was updated successfully, but these errors were encountered:
We need some test infrastructure to run integration tests on a real V5. The workflow I am looking for is,
make
The text was updated successfully, but these errors were encountered: