require 'helper' class SecureForwardOutputTest < Test::Unit::TestCase CONFIG = %[ ] def create_driver(conf=CONFIG,tag='test') Fluent::Test::OutputTestDriver.new(Fluent::SecureForwardOutput, tag).configure(conf) end def test_configure_secondary p1 = nil assert_nothing_raised { p1 = create_driver(< host server.fqdn.local # or IP # port 24284 type forward host localhost CONFIG end end