1# Copyright (c) 2011 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 = "ChromeOS Team" 6NAME = "platform_DebugDaemonPing" 7PURPOSE = "Verify that debugd's PingStart and PingStop work" 8 9CRITERIA = """ 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15 16DOC = """ 17Exercises the debugd Ping API. 18""" 19 20job.run_test('platform_DebugDaemonPing') 21