3a4c6c7f6f
--append argument appends a value or values to the specified section.key pair. It may be helpful in cases when a user wants to add custom extensions to tempest.conf in an automated job. Change-Id: I116f4456823913f21b5f8f01ff2b14d42ec67dc2 Story: 2004429 Task: 28088
12 lines
427 B
YAML
12 lines
427 B
YAML
---
|
|
features:
|
|
- |
|
|
--append argument appends a value or values to the specified
|
|
section.key pair. It may be helpful in cases when a user wants to add
|
|
custom extensions to tempest.conf in an automated job.
|
|
Argument format for adding values:
|
|
[--append SECTION.KEY=VALUE[,VALUE]]
|
|
|
|
If a section or an option specified in CLI does not exist, tempestconf will
|
|
inform a user about that in logging output.
|