File tree Expand file tree Collapse file tree 2 files changed +34
-8
lines changed
Expand file tree Collapse file tree 2 files changed +34
-8
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
5151# start the network
5252networkUp
5353
54- waitForContainer " orderer0.group1.orderer.example.com" " Starting raft node as part of a new channel channel=my-channel1"
54+ waitForContainer " orderer0.group1.orderer1.example.com" " Starting raft node as part of a new channel channel=my-channel1"
55+ waitForContainer " orderer0.group2.orderer2.example.com" " Starting raft node as part of a new channel channel=my-channel2"
5556waitForContainer " ca.org1.example.com" " Listening on https://0.0.0.0:7054"
5657waitForContainer " peer0.org1.example.com" " Joining gossip network of channel my-channel1 with 1 organizations"
57- waitForContainer " peer1.org1.example.com" " Joining gossip network of channel my-channel1 with 1 organizations"
58+ waitForContainer " peer1.org1.example.com" " Joining gossip network of channel my-channel2 with 1 organizations"
5859waitForContainer " peer0.org1.example.com" " Learning about the configured anchor peers of Org1MSP for channel my-channel1"
5960waitForContainer " peer0.org1.example.com" " Anchor peer.*with same endpoint, skipping connecting to myself"
60- waitForContainer " peer0.org1.example.com" " Membership view has changed. peers went online:.*peer1.org1.example.com:7042"
61- waitForContainer " peer1.org1.example.com" " Learning about the configured anchor peers of Org1MSP for channel my-channel1"
62- waitForContainer " peer1.org1.example.com" " Membership view has changed. peers went online:.*peer0.org1.example.com:7041"
61+ waitForContainer " peer1.org1.example.com" " Learning about the configured anchor peers of Org1MSP for channel my-channel2"
62+ waitForContainer " peer1.org1.example.com" " Anchor peer.*with same endpoint, skipping connecting to myself"
6363
6464# Test simple chaincode
6565expectInvoke " peer0.org1.example.com" " my-channel1" " chaincode1" \
Original file line number Diff line number Diff line change 1010 "orgs" : [
1111 {
1212 "organization" : {
13- "name" : " Orderer " ,
14- "domain" : " orderer .example.com"
13+ "name" : " Orderer1 " ,
14+ "domain" : " orderer1 .example.com"
1515 },
1616 "orderers" : [
1717 {
1818 "groupName" : " group1" ,
1919 "type" : " raft" ,
20- "instances" : 4
20+ "instances" : 3
21+ }
22+ ]
23+ },
24+ {
25+ "organization" : {
26+ "name" : " Orderer2" ,
27+ "domain" : " orderer2.example.com"
28+ },
29+ "orderers" : [
30+ {
31+ "groupName" : " group2" ,
32+ "type" : " raft" ,
33+ "instances" : 1
2134 }
2235 ]
2336 },
3548 "channels" : [
3649 {
3750 "name" : " my-channel1" ,
51+ "ordererGroup" : " group1" ,
3852 "orgs" : [
3953 {
4054 "name" : " Org1" ,
4458 ]
4559 }
4660 ]
61+ },
62+ {
63+ "name" : " my-channel2" ,
64+ "ordererGroup" : " group2" ,
65+ "orgs" : [
66+ {
67+ "name" : " Org1" ,
68+ "peers" : [
69+ " peer1"
70+ ]
71+ }
72+ ]
4773 }
4874 ],
4975 "chaincodes" : [
You can’t perform that action at this time.
0 commit comments