tempest/releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml
Manik Bindlish 21491dff81 Checking config file actually exist or not in tempest run
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
2019-03-18 10:17:10 +00:00

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.