...
Code Block |
---|
config:
type: test-setup
master: <ip of master>
agent:
0: <ip of 1st agent>
1: <ip of 2nd agent>
...
N: <ip of Nth agent>
master_cfg: <path to master config file>
agent_cfg: <path to agent config file>
test_cfg: <path to test config file>
result_dir: <path to the directory to store the test results in> |
Master YAML Configuration File
...
Some Sample files from Auster
A sample Config file used by Auster | A sample result YAML file from Auster |
---|---|
results.yml |
Another proposal to passing information to the LUTF if it can not be passed via a YAML config file as described above.
...