Hmm, There are two types of parallelism here: - for a single directory, running tests in parallel - for separate directories, running their test suites in parallel I've the latter working, you seem to have the former?
The underlying technique is the same - create a pool of test frameworks, and then use them - just how to drive it is different. Andrew On 22 May 2016 at 08:07, Antony Antony <[email protected]> wrote: > On Sun, May 22, 2016 at 10:00:31AM +0200, Antony Antony wrote: >> so finally we could run multiple instances. And only one instance we could >> ssh into. that is fine to me. > > last night it was an interesting moement to get multiple instances working :) > The last couple of days when I started again it reminded me of Hugh and his > KDE compiling:) > > any way I can now run 5 instances in parallel on blueswan with p9fs sharing. > > the way I see now is P9 is for development (for us). If RH QA just want to > run it overnight never interact to vm manually, we could convert testsuite to > run without P9. On VM install libreswan using RPM. After every test > reboot the vm, Login again copy over the results. Since we could run parallel > it might work? > > -antony _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
