c220460545b5:~# cd /bitcoin/test/functional/
c220460545b5:/bitcoin/test/functional# ls
abandonconflict.py getchaintips.py multi_rpc.py resendwallettransactions.py
assumevalid.py httpbasics.py multiwallet.py rest.py
bip65-cltv-p2p.py importmulti.py net.py rpcbind_test.py
bip68-112-113-p2p.py importprunedfunds.py nulldummy.py rpcnamedargs.py
bip68-sequence.py import-rescan.py p2p-acceptblock.py segwit.py
bip9-softforks.py invalidateblock.py p2p-compactblocks.py sendheaders.py
bipdersig-p2p.py invalidblockrequest.py p2p-feefilter.py signmessages.py
bitcoin_cli.py invalidtxrequest.py p2p-fullblocktest.py signrawtransactions.py
blockchain.py keypool.py p2p-leaktests.py smartfees.py
bumpfee.py keypool-topup.py p2p-mempool.py test_framework
combined_log_template.html listsinceblock.py p2p-segwit.py test_runner.py
combine_logs.py listtransactions.py p2p-timeouts.py txn_clone.py
create_cache.py maxuploadtarget.py p2p-versionbits-warning.py txn_doublespend.py
dbcrash.py mempool_limit.py preciousblock.py uptime.py
decodescript.py mempool_packages.py prioritise_transaction.py wallet-accounts.py
deprecated_rpc.py mempool_persist.py proxy_test.py walletbackup.py
disablewallet.py mempool_reorg.py pruning.py wallet-dump.py
disconnect_ban.py mempool_resurrect_test.py rawtransactions.py wallet-encryption.py
example_test.py mempool_spendcoinbase.py README.md wallet-hd.py
forknotify.py merkle_blocks.py receivedby.py wallet.py
fundrawtransaction.py minchainwork.py reindex.py zapwallettxes.py
getblocktemplate_longpoll.py mining.py replace-by-fee.py zmq_test.py
c220460545b5:/bitcoin/test/functional# ./mining.py
2017-10-11 08:34:00.362000 TestFramework (INFO): Initializing test directory /tmp/test4xtkn80y
2017-10-11 08:34:26.161000 TestFramework (INFO): getmininginfo
2017-10-11 08:34:26.187000 TestFramework (INFO): getblocktemplate: Test capability advertised
2017-10-11 08:34:26.190000 TestFramework (INFO): getblocktemplate: Test valid block
2017-10-11 08:34:26.193000 TestFramework (INFO): submitblock: Test block decode failure
2017-10-11 08:34:26.194000 TestFramework (INFO): getblocktemplate: Test bad input hash for coinbase transaction
2017-10-11 08:34:26.197000 TestFramework (INFO): submitblock: Test invalid coinbase transaction
2017-10-11 08:34:26.200000 TestFramework (INFO): getblocktemplate: Test truncated final transaction
2017-10-11 08:34:26.201000 TestFramework (INFO): getblocktemplate: Test duplicate transaction
2017-10-11 08:34:26.203000 TestFramework (INFO): getblocktemplate: Test invalid transaction
2017-10-11 08:34:26.206000 TestFramework (INFO): getblocktemplate: Test nonfinal transaction
2017-10-11 08:34:26.208000 TestFramework (INFO): getblocktemplate: Test bad tx count
2017-10-11 08:34:26.209000 TestFramework (INFO): getblocktemplate: Test bad bits
2017-10-11 08:34:26.211000 TestFramework (INFO): getblocktemplate: Test bad merkle root
2017-10-11 08:34:26.213000 TestFramework (INFO): getblocktemplate: Test bad timestamps
2017-10-11 08:34:26.217000 TestFramework (INFO): getblocktemplate: Test not best block
2017-10-11 08:34:26.219000 TestFramework (INFO): Stopping nodes
2017-10-11 08:34:28.637000 TestFramework (INFO): Cleaning up
2017-10-11 08:34:28.658000 TestFramework (INFO): Tests successful
c220460545b5:/bitcoin/test/functional# ./signmessages.py
2017-10-11 08:35:05.366000 TestFramework (INFO): Initializing test directory /tmp/testh52ff_p5
2017-10-11 08:35:06.151000 TestFramework (INFO): test signing with priv_key
2017-10-11 08:35:06.159000 TestFramework (INFO): test signing with an address with wallet
2017-10-11 08:35:06.458000 TestFramework (INFO): test verifying with another address should not work
2017-10-11 08:35:06.864000 TestFramework (INFO): Stopping nodes
2017-10-11 08:35:09.332000 TestFramework (INFO): Cleaning up
2017-10-11 08:35:09.336000 TestFramework (INFO): Tests successful