[qmtest] Synchronization between multiple instances of QMTest
Mark Mitchell
mark at codesourcery.com
Fri Sep 10 05:35:03 UTC 2004
Abhijeet Bisain wrote:
> Hi,
>
> Most of my test cases will be run on remote embedded targets and
> could be run from multiple hosts. What is the best way to prevent a
> target from running two tests from two different hosts that conflict
> with each other. For instance, the tests install a Linux kernel module
> and use it for something and they want exclusive access to it.
>
> I was thinking of creating a new kind of resource which would
> create a file with a particular file name in the Setup and if the file
> exists, then return UNTESTED. Is there a better way?
Are you talking about running multiple copies of QMTest simultaneously
on different hosts, but sharing the target boards between those copies?
If you want to avoid conflicts in that setup, something like what you
are suggesting should work.
--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark at codesourcery.com
More information about the qmtest
mailing list