You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] allow to specify a test state sequence upon DCS requests
When ECS2DCS2ECS is used as the DCS server, one can specify expected reply to requests by adding "STATE_SEQUENCE" to request extra parameters with a key formatted as below:
```
MILLIS_DELAY:DETECTOR_STATE[,MILLIS_DELAY:DETECTOR_STATE]*
```
This commit exposes a possibility to set these sequences via configuration parameters.
Essentially, this allows us to have some configurations on staging which use DCS with pre-defined state sequences.
0 commit comments