Skip to content

require syncloss instead of RunBlocked in FlowchartCase1

Created by: andreh12

As discussed with @mommsen and as pointed out in https://github.com/cmsdaq/DAQExpert/issues/76#issuecomment-309432279 this pull request proposes to drop the requirement for DAQ state RunBlocked in FlowchartCase1 and require instead that at least one RU is in SyncLoss state.

Had to modify the expected result for FlowchartCase1 in FlowchartCase6Test (becase the test case in question actually involves a RU in SyncLoss).

mvn test gives Tests run: 64, Failures: 0, Errors: 0, Skipped: 4 mvn integration-test gives Tests run: 9, Failures: 0, Errors: 0, Skipped: 1

Merge request reports