...
- A config file (similar to what Auster has) is created provided by AT which can define environment variables needed. This config file is then used by AT to set these and set the environment variables . This file would also have information about the nodes involved in test-suite and their IP addresses.
- A Master script is created which can read the IP addresses of the nodes involved in the test-suite from the config file and run LUTF on the identified Agent and Master nodes.
- This Master script also triggers to run a child script that can fetch the information about the Network Interfaces (NIDs) on all the nodes involved in test-suite.
- This information of NIDs can then further be provided to each batch test (scripts to run all the similar tests related to one feature bundled together) to execute.
- The Master script then triggers the batch test script to run on the Agent nodes through the Master node identified to be used for the test-suite.
...