Add rt_default_config documentation

This commit is contained in:
engelsanchez 2013-02-01 17:23:14 -05:00
parent 912078b8e3
commit bf13cda458

View File

@ -159,6 +159,19 @@ name you specify. For example, running the command below will use an
defaults contain every option you need, you can run riak_test without
the `-c` argument.
Some configuration parameters:
#### rt_default_config
Default configuration parameters that will be used for nodes deployed by riak_test. Tests can
override these.
```erlang
{rtdev, [
{ rt_default_config,
[ {riak_core, [ {ring_creation_size, 16} ]} ] }
]}
```
### Running riak_test for the first time
Run a test! `./riak_test -c rtdev -t verify_build_cluster`