Home | History | Annotate | Download | only in cheets_AppCompatTest
      1 # Copyright 2019 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 
      6 AUTHOR = "bneella@"
      7 NAME = "cheets_AppCompatTest.clamshell.com.google.earth"
      8 PURPOSE = "Runs AppCompat's UIAutomator tests."
      9 ATTRIBUTES = "suite:app-compat"
     10 TIME = "SHORT"
     11 TEST_CATEGORY = "Functional"
     12 TEST_CLASS = "login"
     13 TEST_TYPE = "client"
     14 
     15 DOC = """
     16 This runs the AppCompat teams UI Automator tests.
     17 """
     18 
     19 job.run_test('cheets_AppCompatTest', pkg_name='com.google.earth',
     20              touch_view_mode=False)
     21