aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-12-12 14:32:28 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-12 14:34:07 -0800
commit2968132137f715f59e50ad94af6df56a29228c8e (patch)
tree4085a0405253ab537b8fd917f26a28d0c1eb2425 /src/test/shell/integration/BUILD
parent4a2f2c5c8d582de2914b22d47fc878fcd9da3a04 (diff)
Move linux_sandbox_test from shell/bazel to shell/integration.
Also split off part of the linux_sandbox_test into the linux_sandbox_network_test. RELNOTES: None. PiperOrigin-RevId: 178816110
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 520dd19e3f..3909034183 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -303,6 +303,26 @@ sh_test(
],
)
+sh_test(
+ name = "linux_sandbox_test",
+ size = "large",
+ srcs = ["linux-sandbox_test.sh"],
+ data = [
+ ":test-deps",
+ "//src/test/shell:sandboxing_test_utils.sh",
+ ],
+)
+
+sh_test(
+ name = "linux_sandbox_network_test",
+ size = "large",
+ srcs = ["linux-sandbox_network_test.sh"],
+ data = [
+ ":test-deps",
+ "//src/test/shell:sandboxing_test_utils.sh",
+ ],
+)
+
package_group(
name = "spend_cpu_time_users",
packages = [