Comment 3 for bug 1707034

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

Reviewed: https://review.openstack.org/487976
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=237e613a175fd975bf6679646eaf092ff6725015
Submitter: Jenkins
Branch: master

commit 237e613a175fd975bf6679646eaf092ff6725015
Author: Alex Schultz <email address hidden>
Date: Thu Jul 27 12:54:30 2017 -0600

    Fix nova and selinux unit tests

    The unit tests jobs are failing because of missing pre conditions for
    the new shared class introduced by
    Ib233689fdcdda391596d01a21f77bd8e1672ae04. Additionally this change
    moved some classes around so that the tests are now failing due to
    duplicate class declarations for nova::compute::libvirt::services. This
    change moves the include that pulls in the declaration first prior to
    the include that exists in tripleo::profile::base::nova::libvirt.

    The selinux test was also failing due to a type issue with the fact
    being used (boolean vs string)

    Change-Id: I5bd4b61d6008820729d58f7743e7e61955dd6f51
    Closes-Bug: #1707034