Sha256: 2606b6c194f6b12dc95e4fee5064b276b8936aca9ad10dbe7be08b9db01c1421

Contents?: true

Size: 286 Bytes

Versions: 13

Compression:

Stored size: 286 Bytes

Contents

require 'helper'

class NorikraOutputTest < Test::Unit::TestCase
  CONFIG = %[
    target_map_tag yes
  ]

  def create_driver(conf=CONFIG, tag='test')
    Fluent::Test::OutputTestDriver.new(Fluent::NorikraOutput, tag).configure(conf)
  end

  def test_init
    create_driver
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
fluent-plugin-norikra-0.4.4 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.4.3 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.4.2 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.4.1 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.4.0 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.3.0 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-patched-7-0.2.2 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.2.2 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.2.1 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.2.0 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.1.2 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.1.1 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.1.0 test/plugin/test_out_norikra.rb