21491dff81
This PS will check config file passed from command line is actually existing or not in tempest run command. If file exists, only then it will go for set config path otherwise will fail with value error. Also adding and modifying unit test cases for this change. Partially-Implements: blueprint tempest-cli-unit-test-coverage Change-Id: I09d756be69cb3a9be8d0638c41d45a089d62b238 Closes-Bug: #1808473
8 lines
332 B
YAML
8 lines
332 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed bug #1808473. ``tempest run`` CLI will error if a non-exist config file is
|
|
input to parameter --config-file. Earlier non-exist config value was silently
|
|
getting ignored and the default config file was used instead which used to give
|
|
false behavior to the user on using the passed config file.
|