github.com/myafeier/fabric@v1.0.1-0.20170722181825-3a4b1f2bce86/test/regression/daily/runDailyTestSuite.sh (about)

     1  #!/bin/bash
     2  #
     3  # Copyright IBM Corp. All Rights Reserved.
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  #
     7  
     8  DAILYDIR="$GOPATH/src/github.com/hyperledger/fabric/test/regression/daily"
     9  
    10  #echo "========== Sample Tests..."
    11  #py.test -v --junitxml results_sample.xml Example.py
    12  
    13  echo "========== System Test Performance Stress tests driven by PTE tool..."
    14  py.test -v --junitxml results_systest_pte.xml systest_pte.py
    15  
    16  echo "========== Behave feature and system tests..."
    17  cd ../../feature
    18  behave --junit --junit-directory ../regression/daily/. --tags=-skip --tags=daily
    19  cd -
    20  
    21  echo "========== Ledger component performance tests..."
    22  py.test -v --junitxml results_ledger_lte.xml ledger_lte.py
    23  
    24  echo "========== Test Auction Chaincode ..."
    25  py.test -v --junitxml results_auction_daily.xml testAuctionChaincode.py