| # 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 = "andycai, oscarpan" |
| NAME = "desktopui_EchoExtension" |
| PURPOSE = "Test if ECHO extension works as expected." |
| CRITERIA = """ |
| Test will fail if ECHO extension doesn't work as expected. |
| """ |
| SUITE = "regression" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "desktopui" |
| TEST_TYPE = "client" |
| DOC = """ |
| This test sends checkEligibility requests to ECHO extension and verifies |
| that the extension works as expected. |
| """ |
| |
| job.run_test('desktopui_EchoExtension') |