python-tempestconf/releasenotes/notes/Add-argument-which-allows-users-to-add-extensions-f7b82af27d603c18.yaml
Martin Kopec 3a4c6c7f6f Add argument which allows users to add extensions
--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
2018-12-17 16:43:05 +00:00

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.