Home | History | Annotate | Download | only in network_UdevRename
      1 # Copyright (c) 2014 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 = 'pstew, quiche, wiley'
      6 NAME = 'network_UdevRename'
      7 ATTRIBUTES = "suite:network_nightly"
      8 TIME = 'SHORT'
      9 TEST_TYPE = 'client'
     10 
     11 DOC = """
     12   Tests that network interfaces do not get renamed unexpectedly.
     13 
     14   In particular, we check that neither restarting udev, nor unloading
     15   and reloading the device driver module, causes the device name to
     16   change.
     17 """
     18 
     19 job.run_test('network_UdevRename')
     20