Sha256: 5382db1bac365299638d1177e0ccd7ad3491d22e65d22af159239ee95d5e8ab7

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

test_name "Test nim_type fact" do

  confine :to, :platform => /aix/

  agents.each do |agent|
    step("verify that nim_type is retrieved correctly") do
      on(agent, facter("nim_type")) do |facter_result|
        assert_equal("standalone", facter_result.stdout.chomp)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
facter-4.0.29 acceptance/tests/facts/nim_type.rb
facter-4.0.28 acceptance/tests/facts/nim_type.rb