Home | History | Annotate | Download | only in brillo_ADBFileTransfer
      1 # Copyright 2016 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 = 'sadmac'
      6 NAME = 'brillo_ADBFileTransfer.10iters'
      7 TIME = 'MEDIUM'
      8 TEST_CATEGORY = 'Functional'
      9 TEST_TYPE = 'Server'
     10 ATTRIBUTES = 'suite:brillo-bvt, suite:brillo-presubmit, suite:brillo-postsubmit'
     11 
     12 DOC = """
     13 Tests whether ADB can handle large/long file transfers.
     14 """
     15 
     16 def run(machine):
     17     job.run_test('brillo_ADBFileTransfer',
     18                  tag=NAME.split('.', 1)[1],
     19                  host=hosts.create_host(machine))
     20 
     21 parallel_simple(run, machines)
     22