Skip to content

Instantly share code, notes, and snippets.

@adityajoshi12
Created September 12, 2021 07:03
Show Gist options
  • Select an option

  • Save adityajoshi12/1a3d01d6cf3f512db638f07a9ff49c2f to your computer and use it in GitHub Desktop.

Select an option

Save adityajoshi12/1a3d01d6cf3f512db638f07a9ff49c2f to your computer and use it in GitHub Desktop.
name: Caliper test
version: "2.0.0"
caliper:
blockchain: fabric
sutOptions:
mutualTls: true
channels:
- channelName: mychannel
contracts:
- id: basic
organizations:
- mspid: Org1MSP
identities:
certificates:
- name: "User1"
clientPrivateKey:
path: "../test-network/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk"
clientSignedCert:
path: "../test-network/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/cert.pem"
connectionProfile:
path: "../test-network/organizations/peerOrganizations/org1.example.com/connection-org1.yaml"
discover: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment