store - Store file to Report Connector

Added in version pltOS: v2.3.27

Submit a file (through Store-and-Forward) to the S3 buckets defined in the Report Connector.

<key> is a user-defined key holding a file reference previously captured with extractKey:, such as the result of usb storage - USB Storage read. store looks up the key, resolves it to the in-memory file it references, and uploads that file’s contents to the Report Connector, associated with the current DUT report.

Usage:

- command: store <key>

Argument

Description

key

User key holding a file reference captured via extractKey: on an earlier step.

Note

The step fails if key is not set, or if it does not hold a valid file reference.

Note

Earlier versions called the positional argument <memHandle>. The name changed to <key> to reflect that it is an ordinary user key (populated by an earlier step’s extractKey:), not a distinct handle type. The command syntax and behavior are unchanged — existing test plans that pass a file-reference key continue to work.