blob: 3053e740707ccc275ec09ac85f5f5aedcce4eba3 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT=("d0863a298db0212ceb3fb05cdfedf9d6cb9f0be1" "2c1ed3911f61f8d1b267c1844bcaf152ac8b4afa")
CROS_WORKON_TREE=("5c812bc0b862633603bbc7da43dcdbd9f9e1127f" "79df76f145d628a5a528240f509e0350f0b25454")
CROS_WORKON_PROJECT=(
"chromiumos/platform/tast-tests"
"chromiumos/platform/tast"
)
CROS_WORKON_LOCALNAME=(
"tast-tests"
"tast"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/tast-base"
)
CROS_GO_WORKSPACE=(
"${CROS_WORKON_DESTDIR[@]}"
)
CROS_GO_TEST=(
# Test support packages that live above local/bundles/.
"chromiumos/tast/local/..."
)
inherit cros-workon tast-bundle
DESCRIPTION="Bundle of local integration tests for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast-tests/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="
chromeos-base/system_api
dev-go/cdp
dev-go/dbus
dev-go/gopsutil
dev-go/protobuf
"
RDEPEND="!chromeos-base/tast-local-tests"