udmi icon indicating copy to clipboard operation
udmi copied to clipboard

Sequencer Writeback Validator - test necessarily fails

Open DollyGodet opened this issue 3 years ago • 0 comments

In the writeback sequence documentation, it is specified that the state_etag should be included by state and config. In case of an incorrect state_etag in the config, the device should reject the config. According to this, the WritebackValidator should include the state_etag in the config. At the moment, the sequencer (WritebackValidator) does not include the state_etag in the config to test the writeback, so the test necessarily fails, because the config is rejected by the device.

DollyGodet avatar Jul 06 '22 17:07 DollyGodet