Running Your First Test
🚧 Documentation under development
The RidgeRun Embedded Test Orchestrator guide is currently under active development. Some sections may be incomplete or change without notice.
Questions? Contact RidgeRun or email to support@ridgerun.com.
Running Your First Test
This page uses the sample Ethernet test included with the device agent to confirm that the complete validation path is working.
1. Open the Dashboard
Open the following address in a browser on the host computer:
http://127.0.0.1:5173
Select Devices from the top navigation bar.
2. Select the Embedded Device
Select the NVIDIA Jetson registered by the device agent.
The device page should display its hostname, platform, available tests, configured tests, and test suites.
3. Configure the Sample Test
Find ethernet_link_check under Available tests.
Under Add test to device:
- Select
ethernet_link_check. - Select Add selected available test.
The test should appear under Assigned tests on device.
4. Run the Test
Find the configured Ethernet test under Assigned tests on device and select Run.
The dashboard creates a validation run and opens its details page. The device agent receives the request and executes the Bash script on the NVIDIA Jetson.
Wait a few seconds and refresh the page to load the final result.
5. Review the Result
The run details page should show:
- The final run status.
- A
PASSorFAILresult. - The script exit code.
- The execution duration.
- Standard output and error output.
The sample test passes when the device can list its network interfaces. If it fails, review the displayed output to identify the missing command or interface access.
Getting Started Complete
You have completed your first validation run and confirmed that the server, dashboard, and device agent work together.