cta-wave / device-observation-framework

This repository contains the WAVE Device Observation Framework. The DPCTF Device Observation Framework determines pass or fail results, based on observations taken of tests which are run on a device by the DPCTF Test Runner. DPCTF is the Device Playback Compatibility Task Force of the CTA WAVE Project (https://CTA.tech/WAVE and standards@CTA.tech for more info).
Other
1 stars 3 forks source link

Test runner url configuration #90

Closed yanj-github closed 6 days ago

yanj-github commented 1 month ago

The URL used by the Observation Framework (OF) to send test results and read configurations is configurable through the config.ini file, available here. The test_runner_url parameter is currently set to http://localhost:8000 by default. However, it does not include the web root "_wave" by default; instead, the OF automatically appends "_wave" to the URL.

To enhance flexibility, changes are required to make the web root configurable. This would allow users to specify a different web root when setting up the test runner if desired.

yanj-github commented 2 weeks ago

Tested and this is working fine.