Comment 9 for bug 1533279

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/274611
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=cd93a21d92ba8ac33ad8e65a83cf49a3003ad105
Submitter: Jenkins
Branch: stable/8.0

commit cd93a21d92ba8ac33ad8e65a83cf49a3003ad105
Author: Vladimir Kuklin <email address hidden>
Date: Tue Jan 26 20:14:21 2016 +0300

    Refactor pieces of noop testing framework

    This patch does the following:

    1) Adds puppet_spec library to a list of fetched
    specs to leverage some of additional matchers
    2) Makes spec_helper load puppet core spec directory
    which may also contain things we would want to reuse
    3) Introduces new matcher for transitive dependencies
    that allows one to not search for exact dependencies
    with `that_comes_before` matcher, but to just check for
    resources dependencies

    Change-Id: Iad3b6f31a4c5be1ec306d9b4e7eedbd2cf720e95
    Related-bug: #1533279
    (cherry picked from commit 9af54824e7431b5cb108c701be47286e7b10206a)