243ab6cb47
Generate accounts.yaml file when create_accounts_file is specified and test_accounts is not. Story: 2001693 Task: 8685 Change-Id: I7ed8390b29a430d97e1846f8f868f5b6af8eb02b
14 lines
724 B
YAML
14 lines
724 B
YAML
---
|
|
features:
|
|
- |
|
|
Because of integration of the tool with refstack-client a new parameter,
|
|
--create-accounts-file, is added. The parameter defines a path where
|
|
a minimal accounts.yaml file will be created.
|
|
The accounts.yaml file is important in refstack testing, because the tests
|
|
are run with non admin credentials. Therefor to make it easier for refstack
|
|
users, if a user doesn't specify a path to an existing accounts.yaml file
|
|
(via test_accounts parameter), but uses a create_accounts_file
|
|
instead, the file will be created in the specified location and set to
|
|
the tempest.conf as test_accounts_file under auth section.
|
|
For this feature a new requirement is specified - PyYAML.
|