Hi, all
I am currently stuck on a design question using eggplant. Is it feasible to execute the following scenario?
- Client is running test suite on SUT 1 through the use of command line eggplant (./runscript).
- While running test suite, Client need to perform a sub-test on SUT 2 thru command line.
Questions:
- Is it possible to start the sub test on SUT 2 thru ./runscript command inside a script of the current test suite assuming the sub test belongs to another test suite? If not, does the sub test need to be included in the current test suite in order for that to work?
Thanks, I appreciated for any help provided.