# == Schema Information
#
# Table name: uplinks
#
#  id                      :integer          not null, primary key
#  router_inventory_id     :integer
#  wl_association          :string(255)
#  wds_enabled             :boolean          default(FALSE)
#  wl_wpa_key              :string(255)
#  wl_band                 :string(255)
#  wl_ssid_name            :string(255)
#  wl_ssid_uniqe_id        :integer
#  mo_service              :string(255)
#  mo_apn                  :string(255)
#  mo_device               :string(255)
#  mo_username             :string(255)
#  mo_password             :string(255)
#  ip_type                 :string(255)
#  ip                      :string(255)
#  subnet_mask             :string(255)
#  gateway                 :string(255)
#  uplink_type             :string(255)      default("1")
#  primary_dns             :string(255)
#  secondary_dns           :string(255)
#  created_at              :datetime
#  updated_at              :datetime
#  load_balance_percentage :integer          default(0)
#  is_primary              :boolean          default(FALSE)
#  uplink_name             :string(255)
#  mo_proto_key            :string(255)
#  mo_is_advanced          :boolean          default(FALSE)
#

require 'test_helper'

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