Skip to content

Commit

Permalink
[FAB-5608] Fix Daily Auction chaincode tests
Browse files Browse the repository at this point in the history
Auction chaincode tests use the configtx.yaml from e2e cli example.
Recently, configtx.yaml was updated in e2e cli to use 'kafka' orderer.

This patch adds a fix to configtx.yaml to use 'solo' orderer for running auction tests.

Change-Id: I963fb64de13f299a14844c4481899c3c70acd159
Signed-off-by: sandp125 <sandeep.pulluru@itpeoplecorp.com>
  • Loading branch information
sandeep-pulluru committed Aug 9, 2017
1 parent 8527376 commit eed3d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/envsetup/generateCfgTrx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CHANNEL_COUNT=$2
export FABRIC_ROOT=$GOPATH/src/github.com/hyperledger/fabric
export E2E_CLI_PATH=$FABRIC_ROOT/examples/e2e_cli/
cp $E2E_CLI_PATH/configtx.yaml $PWD
sed -i 's/kafka/solo/g' configtx.yaml
cp $E2E_CLI_PATH/crypto-config.yaml ./crypto-config.yaml
cp -r $E2E_CLI_PATH/base $PWD/
sed -i 's/e2ecli/envsetup/g' base/peer-base.yaml
Expand Down

0 comments on commit eed3d1e

Please sign in to comment.