github.com/darrenli6/fabric-sdk-example@v0.0.0-20220109053535-94b13b56df8c/test/feature/bootstrap.feature (about) 1 # Copyright IBM Corp. 2017 All Rights Reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 # 15 16 Feature: Bootstrapping Hyperledger Fabric 17 As a user I want to be able to bootstrap my fabric network 18 19 @skip 20 Scenario: FAB-3635: Configuration files generated correctly 21 Given I have a bootstrapped fabric network 22 When a user deploys chaincode 23 Then the chaincode is deployed 24 25 @skip 26 Scenario: FAB-3854: Ensure genesis block contains correct data 27 Given I have a bootstrapped fabric network 28 When a user deploys chaincode 29 Then the chaincode is deployed 30 31 @skip 32 Scenario: FAB-3856: Verify crypto material (non-TLS) 33 Given I have a bootstrapped fabric network 34 When a user deploys chaincode 35 Then the chaincode is deployed 36 37 @skip 38 Scenario: FAB-3858: Verify crypto material (TLS) 39 Given I have a bootstrapped fabric network 40 When a user deploys chaincode 41 Then the chaincode is deployed