github.com/tenywen/fabric@v1.0.0-beta.0.20170620030522-a5b1ed380643/test/regression/weekly/runGroup1.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 ###################################################################### 10 ### Run one group of the tests in weekly test suite. 11 12 echo "========== Performance Stress PTE Scaleup tests" 13 py.test -v --junitxml results_systest_pte_Scaleup.xml systest_pte.py -k Scaleup 14