Skip to content

Commit

Permalink
Remove solo and kafka from test net configtx.yaml (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>

Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
  • Loading branch information
nikhil550 and NIKHIL E GUPTA committed Mar 20, 2020
1 parent e17574d commit f3fc08d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test-network/addOrg3/ccp-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "first-network-org${ORG}",
"name": "test-network-org${ORG}",
"version": "1.0.0",
"client": {
"organization": "Org${ORG}",
Expand Down
2 changes: 1 addition & 1 deletion test-network/addOrg3/ccp-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: first-network-org${ORG}
name: test-network-org${ORG}
version: 1.0.0
client:
organization: Org${ORG}
Expand Down
1 change: 0 additions & 1 deletion test-network/configtx/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ Application: &ApplicationDefaults
Orderer: &OrdererDefaults

# Orderer Type: The orderer implementation to start
# Available types are "solo" and "kafka"
OrdererType: etcdraft

EtcdRaft:
Expand Down
2 changes: 1 addition & 1 deletion test-network/organizations/ccp-template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "first-network-org${ORG}",
"name": "test-network-org${ORG}",
"version": "1.0.0",
"client": {
"organization": "Org${ORG}",
Expand Down
2 changes: 1 addition & 1 deletion test-network/organizations/ccp-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: first-network-org${ORG}
name: test-network-org${ORG}
version: 1.0.0
client:
organization: Org${ORG}
Expand Down
1 change: 0 additions & 1 deletion test-network/scripts/createChannel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ updateAnchorPeers() {
verifyResult() {
if [ $1 -ne 0 ]; then
echo "!!!!!!!!!!!!!!! "$2" !!!!!!!!!!!!!!!!"
echo "========= ERROR !!! FAILED to execute End-2-End Scenario ==========="
echo
exit 1
fi
Expand Down
1 change: 0 additions & 1 deletion test-network/scripts/deployCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ checkCommitReadiness() {
echo "===================== Checking the commit readiness of the chaincode definition successful on peer0.org${ORG} on channel '$CHANNEL_NAME' ===================== "
else
echo "!!!!!!!!!!!!!!! After $MAX_RETRY attempts, Check commit readiness result on peer0.org${ORG} is INVALID !!!!!!!!!!!!!!!!"
echo "================== ERROR !!! FAILED to execute End-2-End Scenario =================="
echo
exit 1
fi
Expand Down

0 comments on commit f3fc08d

Please sign in to comment.