 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [qmtest] Multiple databases
- To: "Stefan Seefeld" <seefeld@xxxxxxxxxxxx>
- Subject: Re: [qmtest] Multiple databases
- From: "Morten Mossige" <morten.mossige@xxxxxxxxx>
- Date: Tue, 17 Apr 2007 20:44:07 +0200
The answer is in the docstring of the MountDatabase class:
"The contained databases are found by looking for subdirectories of
the MountDatabase directory. Every immediate subdirectory which
is itself a QMTest database is mounted; its mount point is the
name of the subdirectory."
In other words, if you have two test database directories in a common
parent directory, you may set up a new 'MountDatabase' test database
there that will make the content of the two appear in two subdirectories
named like the directories in the actual file system.
(It may be a good idea to generalize that to allow MountDatabase to
refer to its mounted databases anywhere in the filesystem, not just
in direct subdirs of its own root directory.)
Regards,
Stefan
Hi
Could you please give practical ex.of how to do this (commandline ex.)
br Morten (qmtest newbie)
|
|