commit | 21491dff81aa5a2448406b55ec58fff19dcf4c5f | [log] [tgz] |
---|---|---|
author | Manik Bindlish <manikbindlish19@gmail.com> | Fri Dec 14 06:58:42 2018 +0000 |
committer | Manik Bindlish <manikbindlish19@gmail.com> | Mon Mar 18 10:17:10 2019 +0000 |
tree | 9b5ec9b41be0b1b0206806757e5ea7475966e77c | |
parent | 2fc85476729137c27721c7691b87ef73ef054cb8 [diff] |
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