Update README.md

This commit is contained in:
Andrea Bondavalli 2022-11-18 09:39:38 +01:00 committed by GitHub
parent 670a42d992
commit 2fdcfea428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,17 @@ The daemon can be cross-compiled for multiple platforms and implements the follo
The directory also contains the daemon regression tests in the [tests](daemon/tests) subdirectory.
See the [README](daemon/README.md) file in this directory for additional information about the AES67 daemon configuration and the HTTP REST API.
Daemon regression tests can be executed via a Docker container by using a fake version of the daemon driver manager.
This was implmented to perfom automated execution of the regression tests via a GitHub workflow.
To build the Docker image for the daemon regression tests run:
docker build --progress=plain -f ./Dockerfile.daemon_tests -t aes67-daemon-tests .
To run the tests:
docker run aes67-daemon-tests
### [webui](webui) directory ###
This directory contains the AES67 daemon WebUI configuration implemented using React.