diff options
author | frankf@google.com <frankf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 20:39:32 +0000 |
---|---|---|
committer | frankf@google.com <frankf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 20:39:32 +0000 |
commit | 7e98f94bf8b44c8b16b81a4b12700ed425343f91 (patch) | |
tree | d36c67597c6f5c1d981309db271bb9d481dc295c | |
parent | 6d5624ec9f881fffe65cfd136fc12b5b100e8055 (diff) | |
download | chromium_src-7e98f94bf8b44c8b16b81a4b12700ed425343f91.zip chromium_src-7e98f94bf8b44c8b16b81a4b12700ed425343f91.tar.gz chromium_src-7e98f94bf8b44c8b16b81a4b12700ed425343f91.tar.bz2 |
Create an Autotest control file for CHROMEOS_VM_PUBLIC PyAuto suite.
BUG=chromium-os:19759
TEST=run_remote_tests.sh --board=x86-generic desktopui_PyAutoFunctionalTests.control.vm
Change-Id: Ibc7caa932991cc902a4aa50c2974bb4bc87f2eea
Review URL: http://codereview.chromium.org/8526026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109684 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/control.vm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/control.vm b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/control.vm new file mode 100644 index 0000000..a74064d --- /dev/null +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_PyAutoFunctionalTests/control.vm @@ -0,0 +1,22 @@ +# Copyright (c) 2011 The Chromium 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 = "desktopui_PyAutoFunctionalTests" +PURPOSE = "PyAuto based chrome functional tests." +CRITERIA = "This test will fail if any of the pyauto functional tests fail." +TIME = "LONG" +TEST_CATEGORY = "Functional" +TEST_CLASS = "desktopui" +TEST_TYPE = "client" + +DOC = """ +This is a wrapper test for Chrome pyauto-based functional tests. + +http://dev.chromium.org/developers/testing/pyauto + +This will run a suite of tests suitable for a ChromeOS VM. +""" + +job.run_test('desktopui_PyAutoFunctionalTests', suite='CHROMEOS_VM_PUBLIC') |