Dash Core  0.12.2.1
P2P Digital Currency
proxy_test.ProxyTest Class Reference
+ Inheritance diagram for proxy_test.ProxyTest:

Public Member Functions

def __init__ (self)
 
def setup_nodes (self)
 
def node_test (self, node, proxies, auth, test_onion=True)
 
def run_test (self)
 
- Public Member Functions inherited from test_framework.test_framework.BitcoinTestFramework
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
 
- Public Attributes inherited from test_framework.test_framework.BitcoinTestFramework
 nodes
 
 is_network_split
 

Detailed Description

Definition at line 36 of file proxy_test.py.

Constructor & Destructor Documentation

◆ __init__()

def proxy_test.ProxyTest.__init__ (   self)

Definition at line 37 of file proxy_test.py.

Member Function Documentation

◆ node_test()

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().

◆ run_test()

def proxy_test.ProxyTest.run_test (   self)

◆ setup_nodes()

def proxy_test.ProxyTest.setup_nodes (   self)

Definition at line 68 of file proxy_test.py.

Member Data Documentation

◆ conf1

proxy_test.ProxyTest.conf1

◆ conf2

proxy_test.ProxyTest.conf2

◆ conf3

proxy_test.ProxyTest.conf3

◆ have_ipv6

proxy_test.ProxyTest.have_ipv6

◆ serv1

proxy_test.ProxyTest.serv1

Definition at line 60 of file proxy_test.py.

Referenced by proxy_test.ProxyTest.run_test().

◆ serv2

proxy_test.ProxyTest.serv2

Definition at line 62 of file proxy_test.py.

Referenced by proxy_test.ProxyTest.run_test().

◆ serv3

proxy_test.ProxyTest.serv3

Definition at line 65 of file proxy_test.py.

Referenced by proxy_test.ProxyTest.run_test().


The documentation for this class was generated from the following file: