blob: a93d9d3fd0be2f1d651a034f481bbfd4bfa48889 [file] [log] [blame]
# Copyright 2014 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.
from autotest_lib.client.cros.webstore_test import ItemType, InstallType
AUTHOR = "Nathan Stoddard (nstoddard@chromium.org)"
NAME = "webstore_InstallFreeTrialChromeApp"
SUITE = "webstore"
TIME = "SHORT"
TEST_TYPE = "client"
DOC = """
Installs a free trial Chrome app from the CWS. Passes if the app
can be installed successfully.
"""
job.run_test('webstore_InstallItem',
item_id='cpnbfoghjcnondaodkbkckggaeicddan',
item_type=ItemType.chrome_app, install_type=InstallType.free_trial)