diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-06-20 15:27:06 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-20 15:28:12 -0700 |
commit | 2f59ba0e2d2169cf429b73a39a920f8d615f8eca (patch) | |
tree | c4eca86a2e976f488a8e7d1edf8eceaa577b9bbf /runsc/test/image/image_test.go | |
parent | 2b5bdb525e99fc1ef099b2ef083a09772241ea58 (diff) |
Include image test as part of kokoro tests
PiperOrigin-RevId: 201427731
Change-Id: I5cbee383ec51c02b7892ec7812cbbdc426be8991
Diffstat (limited to 'runsc/test/image/image_test.go')
-rw-r--r-- | runsc/test/image/image_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go index 08b1bf279..5034411e5 100644 --- a/runsc/test/image/image_test.go +++ b/runsc/test/image/image_test.go @@ -13,7 +13,9 @@ // limitations under the License. // Package image provides end-to-end image tests for runsc. These tests require -// docker and runsc to be installed on the machine. +// docker and runsc to be installed on the machine. To set it up, run: +// +// ./runsc/test/image/install.sh [--runtime <name>] // // The tests expect the runtime name to be provided in the RUNSC_RUNTIME // environment variable (default: runsc-test). |