Home | History | Annotate | Download | only in network_RackWiFiConnect
      1 # Copyright 2015 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = 'tienchang'
      6 TIME = 'SHORT'
      7 NAME = 'network_RackWiFiConnect.PEAP'
      8 TEST_TYPE = 'Client'
      9 
     10 DOC = """
     11 network_RackWiFiConnect test uses enterprise managed users on the crostest.tv
     12 domain to connect to preconfigured network services on our WiFi rack, in this
     13 case a PEAP network.
     14 """
     15 
     16 from autotest_lib.client.common_lib.cros.network import wifi_rack_constants
     17 
     18 job.run_test('network_RackWiFiConnect',
     19              test=wifi_rack_constants.PEAP.testname)
     20