python-tempestconf/releasenotes/notes/Add-profile-argument-70bfa9606826ff81.yaml
Martin Kopec af57dd6719 Add profile argument
The patch implements --profile argument, which defines a path to
a profile.yaml file - a file which contains python-tempestconf
arguments and their values.
Also --generate-profile argument is introduced. A user can generate
a sample profile.yaml file using this argument. The sample contains
definitions of all python-tempestconf arguments set to their default
values.

Story: 2004503
Task: 28225

Change-Id: I80848d8ef9868ed3975b938d61880753eadc5ae9
2018-12-17 16:52:39 +00:00

16 lines
601 B
YAML

---
features:
- |
--profile argument specifies a path to a profile.yaml file which contains
definitions of python-tempestconf arguments.
NOTE: If this argument is used, other arguments cannot be defined, it means
a user uses either CLI arguments or profile.yaml file.
A user can generate a sample profile.yaml file using --generate-profile
argument. The sample contains definitions of all python-tempestconf
arguments set to their default values.
NOTE: If this argument is used, python-tempestconf ends right after the
a sample profile.yaml file is generated.