From 2fdcfea428d827ab9fb3b6b40aef9199d2444883 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Fri, 18 Nov 2022 09:39:38 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e9e3766..7f2ce51 100644 --- a/README.md +++ b/README.md @@ -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.