mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-19 05:24:37 +01:00
Updates circle-ci with basic e2e infraestructure
This commit is contained in:
27
test/pisa/e2e/bitcoin.conf
Normal file
27
test/pisa/e2e/bitcoin.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# [network]
|
||||
dnsseed=0
|
||||
|
||||
# [debug]
|
||||
regtest=1
|
||||
debug=1
|
||||
logips=1
|
||||
|
||||
# [rpc]
|
||||
server=1
|
||||
rpcuser=user
|
||||
rpcpassword=passwd
|
||||
rpcallowip=0.0.0.0/0
|
||||
rpcservertimeout=300
|
||||
|
||||
# [zmq]
|
||||
zmqpubhashblock=tcp://0.0.0.0:28332
|
||||
zmqpubrawblock=tcp://0.0.0.0:28332
|
||||
zmqpubrawtx=tcp://0.0.0.0:28333
|
||||
|
||||
# [blockchain]
|
||||
txindex=1
|
||||
|
||||
# There are some parameters that only work in the specific on regtest if specified in the regtest section
|
||||
[regtest]
|
||||
rpcbind=0.0.0.0
|
||||
rpcport=18443
|
||||
19
test/pisa/e2e/conf.py
Normal file
19
test/pisa/e2e/conf.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copy this file with your own configuration and save it as conf.py
|
||||
|
||||
# Docker
|
||||
DOCK_NETWORK_NAME = "pisa_net"
|
||||
DOCK_NETWORK_SUBNET = "172.16.0.0/16"
|
||||
DOCK_NETWORK_GW = "172.16.0.1"
|
||||
DOCK_CONTAINER_NAME_PREFIX = "btc_n"
|
||||
DOCK_IMAGE_NAME = "sandbox_btc"
|
||||
DOCKER_INI_PORT_MAPPING = 22000
|
||||
DOCKER_RPC_PORT_MAPPING = 18444
|
||||
DOCKER_ZMQ_BLOCK_PORT_MAPPING = 28334
|
||||
|
||||
# Log
|
||||
LOG_FILE = "bitcoin_sandbox.log"
|
||||
|
||||
# Graphs
|
||||
BITCOIN_GRAPH_FILE = "./graphs/basic3.graphml"
|
||||
LN_GRAPH_FILE = "./graphs/basic3_ln.graphml"
|
||||
DEFAULT_LN_GRAPH_WEIGHT = 10000
|
||||
Reference in New Issue
Block a user