diff options
author | Justine Olshan <justineolshan@google.com> | 2018-07-23 13:54:33 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-23 13:55:28 -0700 |
commit | b5113574feb79b2266d603aa760a9df468725d87 (patch) | |
tree | 2f4962989b65ad2f6b703240ebfb26e4c2dc2116 /runsc/test/image/BUILD | |
parent | d7a34790a0cc3cfdef9d9e54f17c4bc0a6819900 (diff) |
Created a docker integration test for a tomcat image.
PiperOrigin-RevId: 205718733
Change-Id: I200b23af064d256f157baf9da5005ab16cc55928
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r-- | runsc/test/image/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD index e3985ecc4..fda6f2d9c 100644 --- a/runsc/test/image/BUILD +++ b/runsc/test/image/BUILD @@ -8,6 +8,7 @@ go_test( srcs = [ "image_test.go", "python_test.go", + "tomcat_test.go", ], data = [ "latin10k.txt", |