Skip to content

Commit

Permalink
Tweaked readme, added example Vagrantfile.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Anderson committed Jun 15, 2015
1 parent 3d73857 commit f469f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/README.md
Expand Up @@ -27,8 +27,10 @@ This quickstart will help you run the Kafka system tests on your local machine.
* Setup a testing cluster with Vagrant. Configure your Vagrant setup by creating the file
`Vagrantfile.local` in the directory of your Kafka checkout. At a minimum, you *MUST*
set `mode = "test"` and the value of `num_workers` high enough for the test(s) you're trying to run.
An example resides in kafka/vagrant/system-test-Vagrantfile.local

# Example Vagrantfile.local for use on local machine
# Vagrantfile.local should reside in the base Kafka directory
mode = "test"
num_workers = 9

Expand Down
3 changes: 3 additions & 0 deletions vagrant/system-test-Vagrantfile.local
@@ -0,0 +1,3 @@
# Use this Vagrantfile.local for running system tests
mode = "test"
num_workers = 9

0 comments on commit f469f84

Please sign in to comment.