Hardcode node keypair for testing purposes

and remove the configure command since env vars are sufficient
This commit is contained in:
Sylvain Bellemare 2017-02-02 17:14:38 +01:00 committed by Sylvain Bellemare
parent da711922ed
commit 6ee273507d
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ set -e -x
if [ "${TOXENV}" == "py35" ]; then
rethinkdb --daemon
bigchaindb -y configure rethinkdb
export BIGCHAINDB_KEYPAIR_PUBLIC=GW1nrdZm4mbVC8ePeiGWz6DqHexqewqy5teURVHi3RG4
export BIGCHAINDB_KEYPAIR_PRIVATE=2kQgBtQnHoauw8QchKM7xYvEBW1QDoHzhBsCL9Vi1AzB
# Start BigchainDB in the background and ignore any output
bigchaindb start >/dev/null 2>&1 &