Remove solo and kafka from test net configtx.yaml (#137)

Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>

Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
nikhil550 2020-03-20 10:54:35 -04:00 committed by GitHub
parent e17574d28c
commit f3fc08d95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{
"name": "first-network-org${ORG}",
"name": "test-network-org${ORG}",
"version": "1.0.0",
"client": {
"organization": "Org${ORG}",

View file

@ -1,5 +1,5 @@
---
name: first-network-org${ORG}
name: test-network-org${ORG}
version: 1.0.0
client:
organization: Org${ORG}

View file

@ -213,7 +213,6 @@ Application: &ApplicationDefaults
Orderer: &OrdererDefaults
# Orderer Type: The orderer implementation to start
# Available types are "solo" and "kafka"
OrdererType: etcdraft
EtcdRaft:

View file

@ -1,5 +1,5 @@
{
"name": "first-network-org${ORG}",
"name": "test-network-org${ORG}",
"version": "1.0.0",
"client": {
"organization": "Org${ORG}",

View file

@ -1,5 +1,5 @@
---
name: first-network-org${ORG}
name: test-network-org${ORG}
version: 1.0.0
client:
organization: Org${ORG}

View file

@ -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

View file

@ -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