Storage Configuration
Storage
This configuration storage.yaml
describes a storage item. Below are the key components:
Required Fields
Attribute | Type | Description |
---|
name | string | Unique name of the storage. This name is used to template the storage in tests. |
uri | string | Unique Resource Identifier for the storage. |
Optional Fields
Attribute | Type | Description |
---|
commands | array | Commands 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