diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2017-06-28 16:56:37 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2017-07-06 10:09:54 -0400 |
commit | 4ccc12a54a217892bd4ccfd94c46052a11cdb3fb (patch) | |
tree | 129b24a25fa82ff33a5903f5a8f6c41783da7a11 /test/functional/test_runner.py | |
parent | d4f0d87b6fe800b6500dc5baff2e8db33e151da5 (diff) |
[qa] Rewrite BIP66 functional tests
Rewrite the BIP66 functional tests to reflect height-based activation,
and move it out of the extended test suite.
Remove the unnecessary bipdersig.py test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index c8c794c772..31a01dee91 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -113,6 +113,7 @@ BASE_SCRIPTS= [ 'listsinceblock.py', 'p2p-leaktests.py', 'wallet-encryption.py', + 'bipdersig-p2p.py', 'bip65-cltv-p2p.py', 'uptime.py', ] @@ -137,8 +138,6 @@ EXTENDED_SCRIPTS = [ 'rpcbind_test.py', # vv Tests less than 30s vv 'assumevalid.py', - 'bipdersig-p2p.py', - 'bipdersig.py', 'example_test.py', 'getblocktemplate_proposals.py', 'txn_doublespend.py', |