blob: 629a1d0b20beea5d56e953a2895e17a45474497a [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="92bb409ba93356d341fbc25735d2ec9fe114514e"
CROS_WORKON_TREE="d406eb3125c093247c780d13df47a69ad9bcf948"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME=../third_party/autotest
CROS_WORKON_SUBDIR=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"