summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/image/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-06-28 13:53:08 -0700
committerShentubot <shentubot@google.com>2018-06-28 13:54:04 -0700
commit5a8e014c3d424abfe931b8493d06a129c3fdd388 (patch)
treefad7ba1b008f995bc8cf0e5f5188c8e96261c80e /runsc/test/image/BUILD
parentbb31a119035dd5266737b41456d967789693cf20 (diff)
Add more image tests
PiperOrigin-RevId: 202537696 Change-Id: I900fe8fd36cc7a4edb44fe2d03f8ba6768db53cb
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r--runsc/test/image/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD
index 2876d4256..fb9db4d4c 100644
--- a/runsc/test/image/BUILD
+++ b/runsc/test/image/BUILD
@@ -6,7 +6,10 @@ go_test(
name = "image_test",
size = "small",
srcs = ["image_test.go"],
- data = ["latin10k.txt"],
+ data = [
+ "latin10k.txt",
+ "mysql.sql",
+ ],
embed = [":image"],
tags = [
# Requires docker and runsc to be configured before the test runs.