summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/testutil/BUILD
diff options
context:
space:
mode:
authorJustine Olshan <justineolshan@google.com>2018-07-11 09:36:20 -0700
committerShentubot <shentubot@google.com>2018-07-11 09:37:28 -0700
commit81ae5f3df533d5e5990baaa105392f59e28d5730 (patch)
tree8a90d2fbca329391f2586b028cef7be7e14ae09f /runsc/test/testutil/BUILD
parent9cd69c2f3db7fd4b30d14d86be5fb5a3401054e5 (diff)
Created runsc and docker integration tests.
Moved some of the docker image functions to testutil.go. Test runsc commands create, start, stop, pause, and resume. PiperOrigin-RevId: 204138452 Change-Id: Id00bc58d2ad230db5e9e905eed942187e68e7c7b
Diffstat (limited to 'runsc/test/testutil/BUILD')
-rw-r--r--runsc/test/testutil/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/runsc/test/testutil/BUILD b/runsc/test/testutil/BUILD
index 2c2555d98..6aec54abe 100644
--- a/runsc/test/testutil/BUILD
+++ b/runsc/test/testutil/BUILD
@@ -4,7 +4,10 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutil",
- srcs = ["testutil.go"],
+ srcs = [
+ "docker.go",
+ "testutil.go",
+ ],
importpath = "gvisor.googlesource.com/gvisor/runsc/test/testutil",
visibility = [
"//runsc:__subpackages__",