From 889da45dd00af266ddf2154a062903bd0d4cad17 Mon Sep 17 00:00:00 2001 From: Eno Thereska Date: Wed, 9 Aug 2017 23:35:13 +0100 Subject: [PATCH] MINOR: Improve instructions for running system tests with docker Author: Eno Thereska Reviewers: Ismael Juma Closes #3649 from enothereska/minor-docker-docs --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index b3746a3cc4a..41ed2a66828 100644 --- a/tests/README.md +++ b/tests/README.md @@ -10,9 +10,9 @@ Running tests using docker -------------------------- Docker containers can be used for running kafka system tests locally. * Requirements - - Docker 1.12.3 is installed and running on the machine. - - Test require a single kafka_*SNAPSHOT.tgz to be present in core/build/distributions. - This can be done by running ./gradlew clean releaseTarGz + - Docker 1.12.3 (or higher) is installed and running on the machine. + - Test require a single kafka_*SNAPSHOT.tgz to be present in core/build/distributions, as well as the system test libs. + This can be done by running ./gradlew clean systemTestLibs releaseTarGz * Run all tests ``` bash tests/docker/run_tests.sh