af57dd6719
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
16 lines
601 B
YAML
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.
|