1 # Copyright (c) 2013 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 = "mtomasz (a] chomium.org, chromeos-team-tok (a] google.com" 6 NAME = "desktopui_CameraApp" 7 PURPOSE = "Verifies if the ToT Camera App works." 8 CRITERIA = """ 9 This test will fail if the webcam stream in the Camera App is not acquired, 10 or the app is not launched correctly. 11 """ 12 TIME = "SHORT" 13 TEST_CATEGORY = "Functional" 14 TEST_CLASS = "desktopui" 15 TEST_TYPE = "client" 16 17 DOC = """ 18 This integration test verifies if the ToT version of the Camera App works fine. 19 """ 20 21 job.run_test('desktopui_CameraApp') 22 23