Skip to content

Commit

Permalink
[QA-1378] Remove test config node config override (#13759)
Browse files Browse the repository at this point in the history
* Remove test config node config override

* Add default toml for 1337
  • Loading branch information
davidcauchi authored Jul 4, 2024
1 parent 8beda60 commit 41f9428
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 33 deletions.
6 changes: 5 additions & 1 deletion integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ DeltaReconcile = '5s'

# override config toml related to EVMNode configs for chainlink nodes; applicable to all EVM node configs in chainlink toml
CommonChainConfigTOML = """
"""

[NodeConfig.ChainConfigTOMLByChainID]
# applicable for simulated chain
1337 = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
Expand Down
17 changes: 3 additions & 14 deletions integration-tests/testconfig/forwarder_ocr/forwarder_ocr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ DeltaReconcile = '5s'
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
[Transactions]
ForwardersEnabled = true
"""
Expand Down Expand Up @@ -101,10 +92,8 @@ chainlink_node_funding = 0.5

[Soak.OCR]
[Soak.OCR.Common]
test_duration="15m"
test_duration = "15m"

[Soak.OCR.Soak]
number_of_contracts=2
time_between_rounds="1m"


number_of_contracts = 2
time_between_rounds = "1m"
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ ListenAddresses = ['0.0.0.0:6690']
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
[Transactions]
ForwardersEnabled = true
"""
Expand Down
10 changes: 1 addition & 9 deletions integration-tests/testconfig/keeper/keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ HTTPWriteTimeout = '1h'
"""

CommonChainConfigTOML = """
AutoCreateKey = true
FinalityDepth = 1
MinContractPayment = 0
[GasEstimator]
PriceMax = '200 gwei'
LimitDefault = 6000000
FeeCapDefault = '200 gwei'
"""

[Benchmark.NodeConfig.ChainConfigTOMLByChainID]
Expand All @@ -107,4 +99,4 @@ HistoryDepth = 100
[GasEstimator]
Mode = 'FixedPrice'
LimitDefault = 5_000_000
"""
"""

0 comments on commit 41f9428

Please sign in to comment.