aboutsummaryrefslogtreecommitdiffstats
path: root/spec/acceptance/honeycomb_spec.rb
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-21 22:26:34 -0400
committerFeng Pan <fpan@redhat.com>2017-09-21 23:29:41 -0400
commitf7af7a686b888828808786a219dbed45c932d130 (patch)
treebe624c5beb726322f102fa5b8fba999265b47d29 /spec/acceptance/honeycomb_spec.rb
parentb719cbb990b1c6f56eefb08170fe7d36eb6fbee1 (diff)
Remove calling fdio class from honeycomb
We currently invoke fdio class from honeycomb, this could cause problem if fdio is invoked somewhere else in the manifest with resource style invokation. It should be safe to assume fdio will be called when honeycomb class is used. Also removes custom honeycomb restart command. JIRA: PUP-7 Change-Id: I19348c4e59778fa65dc0ceea895185e68f8afcaf Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'spec/acceptance/honeycomb_spec.rb')
-rw-r--r--spec/acceptance/honeycomb_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/acceptance/honeycomb_spec.rb b/spec/acceptance/honeycomb_spec.rb
index 012693b..36f8a2e 100644
--- a/spec/acceptance/honeycomb_spec.rb
+++ b/spec/acceptance/honeycomb_spec.rb
@@ -5,6 +5,7 @@ describe 'fdio::honeycomb' do
describe 'default parameters' do
it 'should work with no errors' do
pp= <<-EOS
+ class { '::fdio': }
class { '::fdio::honeycomb': }
EOS