# == Schema Information
#
# Table name: snmp_configs
#
#  id                  :integer          not null, primary key
#  router_inventory_id :integer
#  location_network_id :integer
#  organisation_id     :integer
#  server_ip           :string(255)
#  server_port         :string(255)
#  server_community    :string(255)
#  ro_community        :string(255)
#  rw_community        :string(255)
#  created_at          :datetime
#  updated_at          :datetime
#  tagging_lists       :text
#

require 'test_helper'

class SnmpConfigTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
