...
Sample LUTF Config file |
---|
#!/bin/bash #Key Exports export master_HOST=onyx-15vm1 export agent1_HOST=onyx-16vm1 export agent2_HOST=onyx-17vm1 export agent3_HOST=onyx-18vm1 export AGENTCOUNT=3 export NETTYPE=tcp VERBOSE=true
# ports for LUTF Telnet connection export MASTER_PORT=8494 export AGENT_PORT=8094
# script pathand result paths script_DIR=$LUSTRE/tests/lutf/python/dlc/ output_DIR=$LUSTRE/tests/lutf/python/tests/
|
Collect Results
- A YAML format is decided for the results of the entire test-run and a result YAML file is generated per that format.
- The YAML file also points to the path where the test result file for each test is stored.
- This YAML file is then passed to AT which further passes it to Maloo.
...