![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
def | __init__ (self) |
def | setup_nodes (self) |
def | node_test (self, node, proxies, auth, test_onion=True) |
def | run_test (self) |
![]() | |
def | run_test (self) |
def | add_options (self, parser) |
def | setup_chain (self) |
def | setup_nodes (self) |
def | setup_network (self, split=False) |
def | split_network (self) |
def | sync_all (self) |
def | join_network (self) |
def | main (self) |
Public Attributes | |
have_ipv6 | |
conf1 | |
conf2 | |
conf3 | |
serv1 | |
serv2 | |
serv3 | |
![]() | |
nodes | |
is_network_split | |
Definition at line 36 of file proxy_test.py.
def proxy_test.ProxyTest.__init__ | ( | self | ) |
Definition at line 37 of file proxy_test.py.
def proxy_test.ProxyTest.node_test | ( | self, | |
node, | |||
proxies, | |||
auth, | |||
test_onion = True |
|||
) |
Definition at line 81 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test().
def proxy_test.ProxyTest.run_test | ( | self | ) |
Definition at line 137 of file proxy_test.py.
Referenced by test_framework.test_framework.BitcoinTestFramework.main().
def proxy_test.ProxyTest.setup_nodes | ( | self | ) |
Definition at line 68 of file proxy_test.py.
proxy_test.ProxyTest.conf1 |
Definition at line 41 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test(), and proxy_test.ProxyTest.setup_nodes().
proxy_test.ProxyTest.conf2 |
Definition at line 46 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test(), and proxy_test.ProxyTest.setup_nodes().
proxy_test.ProxyTest.conf3 |
Definition at line 52 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test(), and proxy_test.ProxyTest.setup_nodes().
proxy_test.ProxyTest.have_ipv6 |
Definition at line 38 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.node_test(), proxy_test.ProxyTest.run_test(), and proxy_test.ProxyTest.setup_nodes().
proxy_test.ProxyTest.serv1 |
Definition at line 60 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test().
proxy_test.ProxyTest.serv2 |
Definition at line 62 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test().
proxy_test.ProxyTest.serv3 |
Definition at line 65 of file proxy_test.py.
Referenced by proxy_test.ProxyTest.run_test().