Skip to content

Commit 0e430b1

Browse files
committed
[FAB-5037] chaincode example02 test failing in CI
Change-Id: I341e95e249732e76fd1f5b45b02d1733356370dd Signed-off-by: nishi.nidamarty <[email protected]>
1 parent dc7c40b commit 0e430b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/regression/daily/chaincodeTests/fabricFeatureChaincodes/create_join_channel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LOG_FILE="scripts1/logs.txt"
2727
: ${TIMEOUT:="60"}
2828
COUNTER=1
2929
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
3131

3232
echo "Channel name : $CHANNEL_NAME" >>$LOG_FILE
3333
echo "Channels: $CHANNELS" >>$LOG_FILE

test/regression/daily/chaincodeTests/fabricFeatureChaincodes/e2e_test_example02.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MAX_RETRY=5
2626
CHAINCODE_NAME="myccex02"
2727
LOG_FILE="scripts1/logs.txt"
2828
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
3030

3131
verifyResult () {
3232
if [ $1 -ne 0 ] ; then

0 commit comments

Comments
 (0)