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