From: Ethan Mallove (Ethan.Mallove_at_[hidden])
Date: 2006-06-12 15:42:14


Hi Folks,

Is there a way to test multiple test configurations from a single
workspace simultaneously in MTT? For example, I want to run a set of
tests on i386 and sparc at the same time from a single testing
workspace. Looking at the sample.ini file, it seems like this could be
done using multiple .ini files and setting each "copydir" in each to run
in a different workspace to avoid conflicts amongst multiple instances
of MTT.

It turns out that this is a limitation of TET (I think). Right now, in
order to do the above I have to create a separate testing area for each
testing configuration (e.g., sparc, i386, solaris 10, solaris 11, ...)
to avoid multiple TET's from interfering with each other.

-Ethan