Comment 2 for bug 1512994

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

Reviewed: https://review.openstack.org/241549
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=090b5dcfb7b111fb856300df47f4ccf224062ba7
Submitter: Jenkins
Branch: master

commit 090b5dcfb7b111fb856300df47f4ccf224062ba7
Author: Marc Koderer <email address hidden>
Date: Wed Nov 4 10:35:48 2015 +0100

    Allow empty directories for tempest init

    tempest init directory parameter is optional. If not
    given it uses the cwd as default. Unfortunately this
    leads to an error since the existing of the directory
    is checked and an error is raised.

    Change-Id: I8c6a66df458ae08b29cd921dfa65ef68c76c7a7c
    Closes-Bug: #1512994