summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/root/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-10-11 11:56:42 -0700
committerShentubot <shentubot@google.com>2018-10-11 11:58:15 -0700
commitd40d80106988e9302aaa354d4f58caa6c31429b4 (patch)
tree8542738ab1a4c879b431dd5966f3d9940c650ecc /runsc/test/root/BUILD
parentf413e4b11794cd71cc3b2b64c8f6861f5394a3f1 (diff)
Sandbox cgroup tests
Verify that cgroup is being properly set. PiperOrigin-RevId: 216736137 Change-Id: I0e27fd604eca67e7dd2e3548dc372ca9cc416309
Diffstat (limited to 'runsc/test/root/BUILD')
-rw-r--r--runsc/test/root/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/runsc/test/root/BUILD b/runsc/test/root/BUILD
index dbc0f1d26..c69249b52 100644
--- a/runsc/test/root/BUILD
+++ b/runsc/test/root/BUILD
@@ -11,7 +11,10 @@ go_library(
go_test(
name = "root_test",
size = "small",
- srcs = ["chroot_test.go"],
+ srcs = [
+ "cgroup_test.go",
+ "chroot_test.go",
+ ],
embed = [":root"],
tags = [
# Requires docker and runsc to be configured before the test runs.