Changes since tdaq-01-08-03
API changes
New features
testdal:
Tests which are valid for the current partition are retrieved from
TestsSet objects linked to Partition and Segment objects. Default TDAQ
infrastructure tests are linked to OnlineSegment in
setup.data.xml file.
TM_Client:
Resource Management is enabled in TM Client. In constructor, partition
is registered in RM. Then before launching a test on a node, RM is
asked if it has enought resources for this test (in fact implementing
SW_Object) on that node.
If there are problems in loading partition to RM server or in
communicating with it later, a WARNING is issued and resource management disabled - this
is going to be more scrict in the next release.
Fixes:
Test logs retrieved from remote hosts via new PMG API. Now it is not
necessagy to have common filesystem for TM client host and the host(s)
where tests are executed.
Known bugs, problems and limitations
Changes forseen for next major release
Merjing of test DAL schema with core schema, using class type and
direct relationship to a new 'Testable' base classe instead of strings
for tests bindings to objects.