From bda701f29e95f35e20dd0fb26d17e51c76ddb09a Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Wed, 24 Jul 2024 15:15:47 +0900 Subject: [PATCH] Add --ssh-private-key option to scalardb/README --- scalardb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalardb/README.md b/scalardb/README.md index 83c7f5c..3abbda5 100644 --- a/scalardb/README.md +++ b/scalardb/README.md @@ -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`