1# Copyright 2014 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 = "derat@chromium.org" 6NAME = "desktopui_AppShellFlashstation" 7PURPOSE = "Check that the flashstation app runs on a mappy_flashstation image." 8CRITERIA = "This test fails if the flashstation app isn't running." 9TIME = "SHORT" 10TEST_CATEGORY = "General" 11TEST_CLASS = "desktopui" 12TEST_TYPE = "client" 13DEPENDENCIES = "board:mappy_flashstation" 14 15DOC = """ 16This test checks that the app_shell process is running and that the flashstation 17app successfully logged a message at startup. 18""" 19 20job.run_test('desktopui_AppShellFlashstation') 21