Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

* NOTE - Currently the LUTF is designed to have the Python infrastructure establish a Telnet connection to facilitate Master to scp the test scripts to Agent and then execute those test scripts. The Telnet approach can be improved upon by using SSH instead. 

Batch test 

  1. All the similar test scripts (pertaining to one feature like multi-rail or Dynamic Discovery) are bundled in one auto-test script which when executed, runs all the test-scripts listed in it and then post the cumulative results after execution. 
  2. There is an auto-test script for each of the bundle of test-scripts related to one feature.
  3. The result file for each individual test script is also placed in lutfTMP directory on Master node.
  4. Improvement - The above design can be changed to have all the test scripts related to a feature placed in separate directory under LUTF/python/tests/ and then have single auto-test script which will trigger the execution of all the test scripts under one folder. The name of the folder can be passed as a parameter to this auto-test script.