Comment 2 for bug 1808473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/625162
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=21491dff81aa5a2448406b55ec58fff19dcf4c5f
Submitter: Zuul
Branch: master

commit 21491dff81aa5a2448406b55ec58fff19dcf4c5f
Author: Manik Bindlish <email address hidden>
Date: Fri Dec 14 06:58:42 2018 +0000

    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