Page MenuHomePhabricator

Avoid calling sst_system_prepare() directly in SST NV counter tests
Closed, ResolvedPublic

Description

The SST NV counter tests call sst_system_prepare() directly, which causes a problem when SST code makes requests to other partitions, as the request will come from the TF-M test partition instead of SST. To work around this, call sst_system_prepare() from an SST test partition instead. This will make it possible for other partitions to determine when requests are coming from SST tests directly calling SST code, in test builds.

Event Timeline

jf549 triaged this task as Normal priority.Nov 19 2019, 3:12 PM
jf549 created this task.
jf549 moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
jf549 closed this task as Resolved.Nov 28 2019, 11:18 AM
jf549 moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.