fuel-library/tests/noop/spec/hosts/ceph/ceph-osd_spec.rb
Andrew Woodward 1ac3e839b3 Clean up Ceph entry points
This moves all of the Ceph task entrypoints to a common location. Previously,
they where in three separate locations which leads to difficulty when
attempting to maintain the module.

Change-Id: Ia84e16e38da65cacd4096fbcf24d405f886e6437
Related-bug: #1467700
2015-07-06 14:28:03 -07:00

9 lines
139 B
Ruby

require 'spec_helper'
require 'shared-examples'
manifest = 'ceph/ceph-osd.pp'
describe manifest do
test_ubuntu_and_centos manifest
end