fuel-library/tests/noop/spec/hosts/ceph/compute_spec.rb
Stanislav Makar b331e0cf9c Revert "Fix the problem with ceph deployment on scale lab"
This reverts commit 0b0d8d8b11.

Change-Id: Ie5728806a22c1022ac13091223475bd3c3d44c25
2015-06-25 09:11:29 +00:00

8 lines
137 B
Ruby

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