blob: 678e6902d3ccf00f49b1ff00d1c907fc5d724311 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="2eefee8a2ef8c6afb71754c39366d7617b1b4785"
CROS_WORKON_TREE="7f07a3712504ed28d1510ae98dc605786f7bf68e"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
inherit toolchain-funcs flag-o-matic cros-workon autotest
DESCRIPTION="Autotest tests that require chrome_test or pyauto deps"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 arm amd64"
# Enable autotest by default.
IUSE="${IUSE} +autotest"
RDEPEND="
chromeos-base/autotest-tests
chromeos-base/chromeos-chrome
chromeos-base/autotest-deps-ffmpeg
chromeos-base/flimflam-test
tests_audiovideo_PlaybackRecordSemiAuto? ( media-sound/alsa-utils )
"
DEPEND="${RDEPEND}"
IUSE_TESTS=(
# Inherits from enterprise_ui_test.
+tests_desktopui_EnterprisePolicy
# Uses chrome_test dependency.
+tests_audiovideo_FFMPEG
# Inherits from cros_ui_test.
+tests_desktopui_BrowserTest
+tests_desktopui_DocViewing
+tests_desktopui_OMXTest
+tests_desktopui_PyAutoEnduranceTests
+tests_desktopui_PyAutoFunctionalTests
+tests_desktopui_PyAutoInstall
+tests_desktopui_PyAutoPerfTests
+tests_desktopui_SyncIntegrationTests
+tests_audiovideo_PlaybackRecordSemiAuto
+tests_desktopui_AudioFeedback
+tests_desktopui_ChromeSemiAuto
+tests_desktopui_FlashSanityCheck
+tests_desktopui_IBusTest
+tests_desktopui_ImeTest
+tests_desktopui_LoadBigFile
+tests_desktopui_MediaAudioFeedback
+tests_desktopui_NaClSanity
+tests_desktopui_ScreenLocker
+tests_desktopui_SimpleLogin
tests_desktopui_TouchScreen
+tests_desktopui_UrlFetch
+tests_desktopui_WebRTC
+tests_desktopui_VideoSanity
+tests_enterprise_DevicePolicy
+tests_graphics_GLAPICheck
+tests_graphics_GpuReset
+tests_graphics_Piglit
+tests_graphics_SanAngeles
+tests_graphics_TearTest
+tests_graphics_WebGLConformance
+tests_graphics_WebGLPerformance
+tests_graphics_WindowManagerGraphicsCapture
+tests_hardware_BluetoothSemiAuto
+tests_hardware_ExternalDrives
+tests_hardware_USB20
+tests_hardware_UsbPlugIn
tests_logging_AsanCrash
+tests_logging_UncleanShutdown
+tests_login_BadAuthentication
+tests_login_ChromeProfileSanitary
+tests_login_CryptohomeIncognitoMounted
+tests_login_CryptohomeIncognitoUnmounted
+tests_login_CryptohomeMounted
+tests_login_CryptohomeUnmounted
+tests_login_LoginSuccess
+tests_login_LogoutProcessCleanup
+tests_login_RemoteLogin
+tests_network_3GSuspendResume
+tests_network_ONC
+tests_platform_Pkcs11InitOnLogin
+tests_platform_Pkcs11Persistence
+tests_platform_ProcessPrivileges
+tests_power_AudioDetector
+tests_power_Consumption
+tests_power_Idle
+tests_power_LoadTest
+tests_power_UiResume
+tests_realtimecomm_GTalkAudioPlayground
+tests_realtimecomm_GTalkPlayground
+tests_security_BluetoothUIXSS
+tests_security_BundledExtensions
+tests_security_NetworkListeners
+tests_security_ProfilePermissions
+tests_security_RendererSandbox
)
IUSE="${IUSE} ${IUSE_TESTS[*]}"
CROS_WORKON_LOCALNAME=../third_party/autotest
CROS_WORKON_SUBDIR=files
AUTOTEST_DEPS_LIST=""
AUTOTEST_CONFIG_LIST=""
AUTOTEST_PROFILERS_LIST=""
AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz"