github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/test/regression/release/README.md (about) 1 # Release Tests 2 These tests make up our Release Criteria. They must pass for a stamp of approval. 3 4 ## This page is *WIP* 5 6 ## Performance Traffic Engine (PTE) Tests 7 *Note: these are all of the PTE system tests; we should choose only a subset...* 8 9 ``` 10 cd ../daily; py.test -v --junitxml results.xml test_pte.py 11 FAB-2032,FAB-3584 LevelDB SkeletonQueries 12 FAB-2032,FAB-3586 LevelDB SkeletonInvokes 13 FAB-2032,FAB-3593 LevelDB TLS 14 FAB-2032,FAB-3595 LevelDB 1M 15 FAB-2032,FAB-3597 LevelDB Gossip 16 FAB-2032,FAB-3599 LevelDB 12Hr 17 FAB-2032,FAB-3585 CouchDB SkeletonQueries 18 FAB-2032,FAB-3587 CouchDB SkeletonInvokes 19 FAB-2032,FAB-3588 CouchDB Scaleup1 20 FAB-2032,FAB-3589 CouchDB Scaleup2 21 FAB-2032,FAB-3590 CouchDB Scaleup3 22 FAB-2032,FAB-3591 CouchDB Scaleup4 23 FAB-2032,FAB-3592 CouchDB Scaleup5 24 FAB-2032,FAB-3594 CouchDB TLS 25 FAB-2032,FAB-3596 CouchDB 1M 26 FAB-2032,FAB-3598 CouchDB Gossip 27 FAB-2032,FAB-3600 CouchDB 12Hr 28 29 cd ../weekly; py.test -v --junitxml results.xml test_pte.py 30 FAB-2032,FAB-3601 LevelDB 72Hr 31 FAB-2032,FAB-3602 CouchDB 72Hr 32 33 ``` 34 35 ## Chaincode Tests 36 These tests launch a network, and deploy and execute an end-to-end test for several different examples of chaincodes. *Note: this is all of them; we should choose a subset...* 37 38 ``` 39 cd ../daily; py.test -v --junitxml results.xml test_pte.py 40 chaincodeTests/runChaincodes.sh 41 *TBD: list of tests names using example02, example05, etc.* 42 43 ``` 44 45 ## Another Category of Tests 46 (Description...) 47 48 ``` 49 (list of tests names, and how to run them) 50 51 ``` 52 53 54 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 55 s