| # Copyright 2015 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| EAPI=5 |
| |
| DESCRIPTION="List of packages that make up the test OS image" |
| HOMEPAGE="http://dev.chromium.org/" |
| |
| LICENSE="BSD-Google" |
| SLOT="0" |
| KEYWORDS="*" |
| IUSE="+open_src_test_pkg" |
| |
| RDEPEND=" |
| chromeos-base/chromeos-test-root |
| chromeos-base/autotest-client |
| open_src_test_pkg? ( |
| app-containers/runc-test |
| app-containers/containerd-test |
| app-containers/cri-tools-test |
| app-containers/docker-test |
| ) |
| " |