diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-07-08 14:17:55 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-07-08 14:18:22 +0200 |
commit | 056ef4c18a177e179ce288247f67cf23dad47c18 (patch) | |
tree | 0172fbdc05662c510494092ab8884a7d45b054eb /test/security/k8s/README | |
parent | 0231bdbc69fd7a594606d88124a1a789963a49e7 (diff) |
k8s: Add tests for API server validators
This patch also adds convenience target to the Makefile and updates
documentation on relevant dependencies.
Issue-ID: SECCOM-235
Change-Id: I57e00af3cd4c60af3128e3094607cc61bc1e5dbe
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
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. |