github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/test/regression/daily/chaincodeTests/runChaincodes.sh (about) 1 #!/bin/bash 2 # 3 # Copyright IBM Corp. All Rights Reserved. 4 # 5 # SPDX-License-Identifier: Apache-2.0 6 # 7 8 9 #Launches test network and executes multiple tests that 10 #exist in chaincodeTests python script inside a CLI container 11 cd envsetup 12 py.test -v --junitxml YourChaincodeResults.xml testYourChaincode.py