diff options
author | Kevin Krakauer <krakauer@google.com> | 2018-11-01 18:28:12 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-01 18:29:07 -0700 |
commit | 704b56a40d0a041a4e6f814c3dbb1f9ec15f9002 (patch) | |
tree | 9b5946daeb6eb660a81376a364d46257d1ab1503 /runsc/test/root/BUILD | |
parent | 5cd55cd90fd5a32685807a57617cde6f5f76d22b (diff) |
First crictl integration tests.
More tests will come, but it's worth getting what's done so far reviewed.
PiperOrigin-RevId: 219734531
Change-Id: If15ca6e6855e3d1cc28c83b5f9c3a72cb65b2e59
Diffstat (limited to 'runsc/test/root/BUILD')
-rw-r--r-- | runsc/test/root/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/test/root/BUILD b/runsc/test/root/BUILD index c2567ef23..77dcbd79e 100644 --- a/runsc/test/root/BUILD +++ b/runsc/test/root/BUILD @@ -14,6 +14,7 @@ go_test( srcs = [ "cgroup_test.go", "chroot_test.go", + "crictl_test.go", ], embed = [":root"], tags = [ @@ -24,6 +25,7 @@ go_test( ], deps = [ "//runsc/specutils", + "//runsc/test/root/testdata", "//runsc/test/testutil", "@com_github_syndtr_gocapability//capability:go_default_library", ], |