Skip to content

Commit

Permalink
[FAB-4992] Fix Auction Chaincode daily tests
Browse files Browse the repository at this point in the history
Issue is caused due to the patch https://gerrit.hyperledger.org/r/#/c/11021/
Changed the ORDERER_CA to use tlscacerts

Change-Id: Icc41213525eee8fc1276826fa65169e71884af6f
Signed-off-by: sandp125 <sandeep.pulluru@itpeoplecorp.com>
  • Loading branch information
sandeep-pulluru committed Jun 24, 2017
1 parent 7e25964 commit d959ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/AuctionApp/api_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEMP_LOG_FILE="temp_auction_logs.log"
ORDERER_IP=orderer.example.com:7050
LOG_LEVEL="error"

ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
ORDERER_CA=$GOPATH/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem

function wait() {
printf "\nWait for $1 secs\n"
Expand Down

0 comments on commit d959ab3

Please sign in to comment.