Added test identity generation script
This commit is contained in:
10
test/create_test_identities.sh
Executable file
10
test/create_test_identities.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
# !/bin/bash
|
||||
|
||||
NWID=""
|
||||
|
||||
mkdir -p test/alice test/bob test/carol test/ted
|
||||
|
||||
./build/darwin/selftest generate_id ${NWID} test/alice
|
||||
./build/darwin/selftest generate_id ${NWID} test/bob
|
||||
./build/darwin/selftest generate_id ${NWID} test/carol
|
||||
./build/darwin/selftest generate_id ${NWID} test/ted
|
||||
Reference in New Issue
Block a user