diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/puppettest/support/utils.rb | 6 | ||||
-rwxr-xr-x | test/ral/types/basic.rb | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/test/lib/puppettest/support/utils.rb b/test/lib/puppettest/support/utils.rb index cb4a6924c..b749c7931 100644 --- a/test/lib/puppettest/support/utils.rb +++ b/test/lib/puppettest/support/utils.rb @@ -42,12 +42,6 @@ module PuppetTest::Support::Utils # stop any services that might be hanging around def stopservices - if stype = Puppet::Type.type(:service) - stype.each { |service| - service[:ensure] = :stopped - service.evaluate - } - end end # TODO: rewrite this to use the 'etc' module. diff --git a/test/ral/types/basic.rb b/test/ral/types/basic.rb index daffabf58..e46d96d1c 100755 --- a/test/ral/types/basic.rb +++ b/test/ral/types/basic.rb @@ -40,11 +40,6 @@ class TestBasic < Test::Unit::TestCase @config.add_edge! @component, @command end - def teardown - super - stopservices - end - def test_values [:ensure, :checksum].each do |param| prop = @configfile.property(param) |