Skip to content

Commit

Permalink
[FAB-5037] chaincode example02 test failing in CI
Browse files Browse the repository at this point in the history
Change-Id: I341e95e249732e76fd1f5b45b02d1733356370dd
Signed-off-by: nishi.nidamarty <[email protected]>
  • Loading branch information
2016Nishi committed Jun 27, 2017
1 parent dc7c40b commit 0e430b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LOG_FILE="scripts1/logs.txt"
: ${TIMEOUT:="60"}
COUNTER=1
MAX_RETRY=5
ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem

echo "Channel name : $CHANNEL_NAME" >>$LOG_FILE
echo "Channels: $CHANNELS" >>$LOG_FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAX_RETRY=5
CHAINCODE_NAME="myccex02"
LOG_FILE="scripts1/logs.txt"
TEMP_LOG_FILE="scripts1/temp_logs.txt"
ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
ORDERER_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem

verifyResult () {
if [ $1 -ne 0 ] ; then
Expand Down

0 comments on commit 0e430b1

Please sign in to comment.