MINOR: Improve instructions for running system tests with docker

Author: Eno Thereska <eno.thereska@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #3649 from enothereska/minor-docker-docs
This commit is contained in:
Eno Thereska 2017-08-09 23:35:13 +01:00 committed by Ismael Juma
parent 1ad74f5b76
commit 889da45dd0
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ Running tests using docker
-------------------------- --------------------------
Docker containers can be used for running kafka system tests locally. Docker containers can be used for running kafka system tests locally.
* Requirements * Requirements
- Docker 1.12.3 is installed and running on the machine. - 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. - 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 releaseTarGz This can be done by running ./gradlew clean systemTestLibs releaseTarGz
* Run all tests * Run all tests
``` ```
bash tests/docker/run_tests.sh bash tests/docker/run_tests.sh