Comment 4 for bug 1533279

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

Reviewed: https://review.openstack.org/272702
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=9af54824e7431b5cb108c701be47286e7b10206a
Submitter: Jenkins
Branch: master

commit 9af54824e7431b5cb108c701be47286e7b10206a
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