Skip to content

Remote testbed tests #878

Open
0 of 3 issues completed
Open
0 of 3 issues completed
@alexandrosfilios

Description

@alexandrosfilios

There is a Jaeger instance running under tokentestbed8.sl.cloud9.ibm.com:16686/

To launch a client:

  • Copy the client config file to your local machine. For banka (that is running on tokentestbed10):
SRCHOST="[email protected]"
mkdir -p ./testdata/banka.0
scp \
 $SRCHOST:/root/config/banka/client-config.yaml \
 $SRCHOST:/root/config/banka/core.yaml \
 $SRCHOST:/root/config/banka/fsc/fsc.example.com/peers/banka.fsc.example.com/tls/ca.crt  \
 $SRCHOST:/root/config/banka/fsc/fsc.example.com/peers/banka.fsc.example.com/msp/signcerts/banka.fsc.example.com-cert.pem \
 $SRCHOST:/root/config/banka/fsc/fsc.example.com/peers/banka.fsc.example.com/msp/keystore/priv_sk \
 ./testdata/banka.0/
  • Modify the client-config.yaml file so that it points to the correct files (the ones you just copied in the previous command):
 * `peercacertpath` => `.../testdata/banka.0/ca.crt`
 * `identitypath` => `.../testdata/banka.0/banka.fsc.example.com-cert.pem`
 * `keypath` => `.../testdata/banka.0/priv_sk`
  • Run the client code pointing to this config file:
cd $GOPATH/src/github.ibm.com/decentralized-trust-research/idap/all-in-one
EXPORT NODE_DIR=.../testdata
go run ./client

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions