blob: b58be8b9ebc5c860f43e370c40477bb187b0368f [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "platform_Mosys"
PURPOSE = "Ensure mosys is properly implemented."
CRITERIA = """
Fails if executing any leaf sub-command returns a non-zero status code
(except ENOSYS and EINVAL).
"""
SUITE = "faft"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
This test tests on the mosys command, and will rasie a test error if executing
any leaf sub-command returns a non-zero status code (except ENOSYS and EINVAL).
"""
job.run_test('platform_Mosys')