diff options
Diffstat (limited to 'test/security/k8s/README')
-rw-r--r-- | test/security/k8s/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/security/k8s/README b/test/security/k8s/README index f69eb6ee8..4f14e37db 100644 --- a/test/security/k8s/README +++ b/test/security/k8s/README @@ -28,6 +28,13 @@ Run .. _`Rancher CLI`: https://rancher.com/docs/rancher/v1.6/en/cli .. _Docker: https://docs.docker.com/install +Test +---- + +- Ginkgo_ + +.. _Ginkgo: https://onsi.github.io/ginkgo/#getting-ginkgo + Running ======= @@ -36,3 +43,12 @@ Calling:: make run will build and run configuration check executable. It is the default target. + +Testing +======= + +Calling:: + + make test + +will run tests. |