Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christo4ferris/20a09009dfbb07a0e77a026ab76dadf2 to your computer and use it in GitHub Desktop.
Save christo4ferris/20a09009dfbb07a0e77a026ab76dadf2 to your computer and use it in GitHub Desktop.
And the ordererBootstrapAdmin using cert alias "bootstrapCertAlias" creates the genesis block "ordererGenesisBlock" for chain "OrdererSystemChainId" for composition "docker-compose-next-4.yml" and consensus "solo" with consortiums modification policy "/Channel/Orderer/Admins" using consortiums # steps/bootstrap_impl.py:68 1.208s
| Consortium |
And the orderer admins inspect and approve the genesis block for chain "OrdererSystemChainId" # steps/bootstrap_impl.py:97 0.000s
And the orderer admins use the genesis block for chain "OrdererSystemChainId" to configure orderers # steps/bootstrap_impl.py:101 0.000s
And we compose "docker-compose-next-4.yml" # steps/bootstrap_impl.py:313 10.277s
And I wait "0" seconds # steps/bootstrap_impl.py:320 0.000s
Given user "ordererBootstrapAdmin" gives "OrdererSystemChainId" to user "configAdminOrdererOrg0" # steps/bootstrap_impl.py:332 0.000s
And user "ordererBootstrapAdmin" gives "ordererGenesisBlock" to user "configAdminOrdererOrg0" # steps/bootstrap_impl.py:332 0.003s
And the orderer config admin "configAdminOrdererOrg0" creates a consortium "consortium1" with modification policy "/Channel/Orderer/Admins" for peer orgs who wish to form a network # steps/bootstrap_impl.py:113 0.014s
| Organization |
| peerOrg0 |
| peerOrg1 |
And user "configAdminOrdererOrg0" using cert alias "config-admin-cert" connects to deliver function on orderer "orderer0" # steps/bootstrap_impl.py:232 0.003s
Traceback (most recent call last):
File "/Users/cbf/Envs/behave_venv/lib/python2.7/site-packages/behave/model.py", line 1456, in run
match.run(runner.context)
File "/Users/cbf/Envs/behave_venv/lib/python2.7/site-packages/behave/model.py", line 1903, in run
self.func(context, *args, **kwargs)
File "steps/bootstrap_impl.py", line 239, in step_impl
user.connectToDeliverFunction(context, composeService, certAlias, nodeAdminTuple=nodeAdminTuple)
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/orderer_util.py", line 171, in connectToDeliverFunction
composeService=composeService),
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/orderer_util.py", line 204, in getABStubForComposeService
channel = bdd_grpc_util.getGRPCChannel(ipAddress=ipAddress, port=port, root_certificates=root_certificates, ssl_target_name_override=composeService)
File "/Users/cbf/dev/gocode/src/github.com/hyperledger/fabric/bddtests/steps/bdd_grpc_util.py", line 22, in getGRPCChannel
creds = grpc.ssl_channel_credentials(root_certificates=root_certificates)
AttributeError: 'module' object has no attribute 'ssl_channel_credentials'
Captured stdout:
Will copy gensisiBlock over at this point
ipAddress in getABStubForComposeService == 0.0.0.0:32768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment