Storage Configuration

Storage

This configuration storage.yaml describes a storage item. Below are the key components:

Required Fields

AttributeTypeDescription
namestringUnique name of the storage. This name is used to template the storage in tests.
uristringUnique Resource Identifier for the storage.

Optional Fields

AttributeTypeDescription
commandsarrayCommands which will be executed inside the test environment before any test. Each command is a string.

Example

name: my_python_lib
commands: 
  - "apt update"
  - "apt install pip ipmitool inetutils-ping xvfb lsb-core -y"
  - "pip install robotframework"
uri: fwci://my_python_lib