Skip to content

Commit

Permalink
Add --ssh-private-key option to scalardb/README
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Jul 24, 2024
1 parent 92d2434 commit bda701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalardb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The current tests use [Cassandra test tools in Jepsen](https://github.com/scalar
# in jepsen-control
$ cd ${SCALAR_JEPSEN}/scalardb
$ lein run test --workload transfer --nemesis crash --admin join --time-limit 300
$ lein run test --workload transfer --nemesis crash --admin join --time-limit 300 --ssh-private-key ~/.ssh/id_rsa
```
- For elle-* tests, `graphviz` package is required in jepsen-control. You can install it with `apt-get install graphviz`
Expand Down

0 comments on commit bda701f

Please sign in to comment.