WIP: configuration to test simplified TCK creation
New algorithm HltDecReportsCreator
allows to drop TestTCK
step, by writing desired TCK to the HltDecReports
during the TCKCreation
step.
Therefore, simplified TCK creation steps are as follows:
- Create new TCK for Hlt1 (during which
HltDecReportsCreator
writes new Hlt1 TCK to theHlt1/DecReports
) - Create entry for Hlt1: to map new Hlt1 TCK to the configuration
- Create new TCK for Hlt2 (during which
HltDecReportsCreator
writes new Hlt2 TCK to theHlt2/DecReports
) - Create entry for Hlt2: to map new Hlt2 TCK to the configuration
The TestTCK
step can be dropped and the input for step 3. should be directly the output from step 2.
Depends on Hlt!455 (merged)
cc @rmatev
Edited by Rosen Matev