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