This issue is to add the usage of a Docker container(s) to run the clients in unit test make targets in testing/makefile, specifically for test_%, test_%_no_compile, test_bacnet, test_autogen_client, and test_podman, and for reading the testing report at the end of each test. This will make it easier to develop and run tests across computing environments, and make it easier to update testing environments separately from the host environment. Note that other test targets already use the jm or worker images.
This issue is to add the usage of a Docker container(s) to run the clients in unit test make targets in
testing/makefile, specifically fortest_%,test_%_no_compile,test_bacnet,test_autogen_client, andtest_podman, and for reading the testing report at the end of each test. This will make it easier to develop and run tests across computing environments, and make it easier to update testing environments separately from the host environment. Note that other test targets already use thejmorworkerimages.