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", "version": "1.0.0",
"client": { "client": {
"organization": "Org${ORG}", "organization": "Org${ORG}",

View file

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

View file

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

View file

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

View file

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

View file

@ -123,7 +123,6 @@ updateAnchorPeers() {
verifyResult() { verifyResult() {
if [ $1 -ne 0 ]; then if [ $1 -ne 0 ]; then
echo "!!!!!!!!!!!!!!! "$2" !!!!!!!!!!!!!!!!" echo "!!!!!!!!!!!!!!! "$2" !!!!!!!!!!!!!!!!"
echo "========= ERROR !!! FAILED to execute End-2-End Scenario ==========="
echo echo
exit 1 exit 1
fi 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' ===================== " echo "===================== Checking the commit readiness of the chaincode definition successful on peer0.org${ORG} on channel '$CHANNEL_NAME' ===================== "
else else
echo "!!!!!!!!!!!!!!! After $MAX_RETRY attempts, Check commit readiness result on peer0.org${ORG} is INVALID !!!!!!!!!!!!!!!!" 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 echo
exit 1 exit 1
fi fi