# == Schema Information
#
# Table name: router_inventories
#
#  id                   :integer          not null, primary key
#  mac_id               :string(255)
#  router_serial_number :string(255)
#  location_network_id  :integer
#  user_id              :integer
#  created_at           :datetime
#  updated_at           :datetime
#  name                 :string(255)
#  notes                :text
#  address              :text
#  gre                  :string(255)
#  dhcp_relay           :string(255)
#  ip_type              :string(255)
#  ip                   :string(255)
#  subnet_mask          :string(255)
#  gateway              :string(255)
#  primary_dns          :string(255)
#  secondary_dns        :string(255)
#  channel              :string(255)
#  enable_gre_on_lan    :string(255)
#  enable_dhcp_on_lan   :string(255)
#  snmp_config_id       :integer
#  power                :string(255)
#  dhcp_start_range     :string(255)
#  dhcp_end_range       :string(255)
#  organisation_id      :integer
#  city                 :string(255)
#  country              :string(255)
#  zipcode              :string(255)
#  latitude             :string(255)
#  longitude            :string(255)
#  region_name          :string(255)
#  presence             :boolean          default(FALSE)
#  wl_association       :string(255)
#  wl_wpa_key           :string(255)
#  wl_band              :string(255)
#  wl_ssid_name         :string(255)
#  wds_enabled          :boolean          default(FALSE)
#  uplink_type          :string(255)      default("1")
#  wl_ssid_uniqe_id     :integer
#  hardware_part_id     :integer
#  state                :string(255)
#  address2             :string(255)
#  mo_service           :string(255)
#  mo_apn               :string(255)
#  mo_device            :string(255)
#  mo_username          :string(255)
#  mo_password          :string(255)
#  loc_mac_id           :string(255)
#  enable_lb            :boolean          default(FALSE)
#

require 'test_helper'

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