blob: 11fb7d072075049d3d60781b22136d215d7e2335 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="33288d304e891dc407a7f3141d697dc508dfa49d"
CROS_WORKON_TREE="2122809ce94a42ee5c223681c121dd3165d86c84"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME=../third_party/autotest/files
inherit cros-workon autotest
DESCRIPTION="Autotest server tests for Bluetooth"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
# Enable autotest by default.
IUSE="+autotest"
RDEPEND=""
DEPEND="${RDEPEND}
!<chromeos-base/autotest-server-tests-0.0.2
"
SERVER_IUSE_TESTS="
+tests_bluetooth_Sanity_AdapterPresent
+tests_bluetooth_Sanity_DefaultState
+tests_bluetooth_Sanity_Discoverable
+tests_bluetooth_Sanity_Discovery
+tests_bluetooth_Sanity_LEDiscovery
+tests_bluetooth_Sanity_ValidAddress
+tests_bluetooth_SDP_ServiceAttributeRequest
+tests_bluetooth_SDP_ServiceBrowse
+tests_bluetooth_SDP_ServiceSearchAttributeRequest
+tests_bluetooth_SDP_ServiceSearchRequestBasic
"
IUSE_TESTS="${IUSE_TESTS}
${SERVER_IUSE_TESTS}
"
IUSE="${IUSE} ${IUSE_TESTS}"
AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz"