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