Skip to content

WIP: configuration to test simplified TCK creation

Katya Govorkova requested to merge katya_simplifyTCKcreation into 2017-patches

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:

  1. Create new TCK for Hlt1 (during which HltDecReportsCreator writes new Hlt1 TCK to the Hlt1/DecReports)
  2. Create entry for Hlt1: to map new Hlt1 TCK to the configuration
  3. Create new TCK for Hlt2 (during which HltDecReportsCreator writes new Hlt2 TCK to the Hlt2/DecReports)
  4. 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

Merge request reports