telemetry.testing.run_chromeos_tests
index
telemetry/testing/run_chromeos_tests.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
logging
telemetry.testing.run_tests

 
Functions
       
RunChromeOSTests(browser_type, tests_to_run)
Run ChromeOS tests.
Args:
  |browser_type|: string specifies which browser type to use.
  |tests_to_run|: a list of tuples (top_level_dir, unit_tests), whereas
    |top_level_dir| specifies the top level directory for running tests, and
    |unit_tests| is a list of string test names to run.