aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-28 20:46:19 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-28 20:46:19 +0200
commit754fd2f83a7c5e125c81d9d0b9f792427ba8a812 (patch)
tree364bbb24089824cc852c38e23cccaa3d67fe22b8
parentc91c42e822228170e0b85ebd2dce041a8894857f (diff)
downloadkubernetes-kafka-754fd2f83a7c5e125c81d9d0b9f792427ba8a812.tar.gz
kubernetes-kafka-754fd2f83a7c5e125c81d9d0b9f792427ba8a812.tar.bz2
kubernetes-kafka-754fd2f83a7c5e125c81d9d0b9f792427ba8a812.zip
Introduces the test automation concept as briefly as possible
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c747dc..6464906 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,11 @@ That's it. Just add business value :wink:.
For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-based drivers like [node-rdkafka](https://github.com/Blizzard/node-rdkafka).
To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s.
Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
+
+# Tests
+
+```
+kubectl apply -f test/
+# Anything that isn't READY here is a failed test
+kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
+```