File: Add-argument-which-allows-users-to-add-extensions-f7b82af27d603c18.yaml

package info (click to toggle)
python-tempestconf 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
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.