Introduction
This package allows you to define tests for arbitrary classes and
objects in configuration and execute them. It's main components are
Test DAL (including test-repository schema) and Test Manager. Test
Manager uses Process Manager to execute actual tests. Test Manager is
not used directly by users, instead DVS framework is used.
Documentation:
Test DAL
Users Guide and Tutorial (postscript)
Changes since online-01-01-00
- Partition default tags are taken into account when binary for
test is selected
- use correct Binary::get_environment algorythm
- corrected getting the partition by Name (not by ID)
- new way of using environment variables and sets in new schema
To be implemented
- Possibility to start tests locally via fork() if host for
test is not
specified, i.e. dependency on the local PMG agent will be removed.
Known bugs, problems and limitations
Logs of processes are
seeable only if TDAQ_LOGS_PATH points to a location, shared between
client (DVS) and server (PMG agent where a test is launched). In
future, use of Logs Service is foreseen.