Possibility to run tests for multiple FEC's
From the README:
The test framework will be generated for all FESA Class included in Deploy FILE. The startup scripts are located in the main directory of the individual fesa classes.
To run the configuration of the environment and run the tests, use the script in the FESA Class directory called run_google_tests.sh
Depending on the type of integration test which will be done, most likely it makes sense to start tests per frontend. So imo the right place for starting a test would be <MyDeployUnit>/src/test/<FEC>/run_google_test.sh
to start the test for that specific FEC
Will the test be run for all devices of the FEC ? Probably it makes sense to have an option to run it for a specific device of that FEC.
Edited by al.schwinn