]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Fix unit tests
authorAlex Schultz <aschultz@redhat.com>
Thu, 13 Jul 2017 21:25:29 +0000 (15:25 -0600)
committerAlex Schultz <aschultz@redhat.com>
Thu, 13 Jul 2017 21:25:29 +0000 (15:25 -0600)
commitbda7b8b76fe1ea0aabade7d4628bf1f8068dc583
treebd98ecfba6094d71268cde02db58a8fc3799f7b9
parentdf37477dbdb49e962c8d20800a31772ffe2a04ff
Fix unit tests

The unit tests were broken by a change to openstacklib
Id09c3358c5843510e6a2a8c0e2d4aeb3607e098b which renamed some of the
resources in the openstacklib classes. The problem is that our tests in
this module should not have been testing what occurs within openstacklib
so this fix updates the tests to only check what we are doing within
this module.

Change-Id: I331e99e05357d21f78dd7ee0346598473e5b9791
Depends-On: I9d535ab38afea852559df2b3073bd4b74a2a3947
spec/acceptance/nodesets/centos-libvirt-x64.yml [new file with mode: 0644]
spec/classes/ceilometer_wsgi_apache_spec.rb