Note the -start and -stop functionality of the framework. Is this script supposed to live for the duration of a test? Or will this script coexist next to the running server? The server can be started and left there, ready for multiple test invocations even across machines, so it would be helpful to understand the lifetime and location of this script (on the test client machine or the test server host machine.)
On Mon, Mar 3, 2014 at 2:02 PM, Jim Jagielski <[email protected]> wrote: > Anyone know how to have the test framework run a script before > it starts the tests, then stop the script when the tests > are done? > > I wanted to add some UDS tests to the framework but can't for > the life of me figure out how to do the above...
