You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added TLS seetings to peer configuration.
Correctly set gossip config to dynamic, and no more warnings.
Removed prints in behave run.
Modified case for sampleconfig dir during
peer chaincode package command usage.
Added copyright preamble to some python files.
Now set orgleader to false by default, and user leader
election true for all peers.
Now send join channel to all peers.
Added BlockValidation policy to orderer config. All
warnings in orderer logs gone.
Change-Id: Ic8cedba0c60f8ea191148cd2acb55600a236794d
Signed-off-by: jeffgarratt <[email protected]>
Copy file name to clipboardexpand all lines: bddtests/features/bootstrap.feature
+4
Original file line number
Diff line number
Diff line change
@@ -135,19 +135,23 @@ Feature: Bootstrap
135
135
When user "dev0Org0" using cert alias "dev0Org0App1" requests to join channel using genesis block "genesisBlockForMyNewChannel" on peers with result "joinChannelResult"
136
136
| Peer |
137
137
| peer0 |
138
+
| peer1 |
138
139
139
140
Then user "dev0Org0" expects result code for "joinChannelResult" of "200" from peers:
140
141
| Peer |
141
142
| peer0 |
143
+
| peer1 |
142
144
143
145
# This is entry point for joining an existing channel
144
146
When user "dev0Org1" using cert alias "dev0Org1App1" requests to join channel using genesis block "genesisBlockForMyNewChannel" on peers with result "joinChannelResult"
145
147
| Peer |
146
148
| peer2 |
149
+
| peer3 |
147
150
148
151
Then user "dev0Org1" expects result code for "joinChannelResult" of "200" from peers:
149
152
| Peer |
150
153
| peer2 |
154
+
| peer3 |
151
155
152
156
# Entry point for invoking on an existing channel
153
157
When user "dev0Org0" creates a chaincode spec "cc_spec" with name "example02" of type "GOLANG" for chaincode "github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02" with args
matchingNATs= [natfornatindirectory.getNamedCtxTuples() if ((compose_serviceinnat.user) and (nat_discriminatorinnat.user) and ((compose_serviceinnat.nodeName)))]
866
+
assertlen(matchingNATs)==1, "Unexpected number of matching NodeAdminTuples: {0}".format(matchingNATs)
0 commit comments