Commit 0e430b1 1 parent dc7c40b commit 0e430b1 Copy full SHA for 0e430b1
File tree 2 files changed +2
-2
lines changed
test/regression/daily/chaincodeTests/fabricFeatureChaincodes
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ LOG_FILE="scripts1/logs.txt"
27
27
: ${TIMEOUT:= " 60" }
28
28
COUNTER=1
29
29
MAX_RETRY=5
30
- 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
30
+ 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
31
31
32
32
echo " Channel name : $CHANNEL_NAME " >> $LOG_FILE
33
33
echo " Channels: $CHANNELS " >> $LOG_FILE
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ MAX_RETRY=5
26
26
CHAINCODE_NAME=" myccex02"
27
27
LOG_FILE=" scripts1/logs.txt"
28
28
TEMP_LOG_FILE=" scripts1/temp_logs.txt"
29
- 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
29
+ 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
30
30
31
31
verifyResult () {
32
32
if [ $1 -ne 0 ] ; then
You can’t perform that action at this time.
0 commit comments