Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Feb 26, 2024
1 parent 40b982d commit f0f393d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set_config:
@echo "export TEST_BASE64_CCIP_SECRETS_CONFIG=$$(base64 -i $(secret_toml))" >> ./testconfig/override/.env


# example usage: make test_load_ccip testimage=chainlink-ccip-tests:latest testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos override_toml=../testconfig/override/config.toml secret_toml=./testconfig/tomls/secrets.toml
# example usage: make test_load_ccip testimage=chainlink-ccip-tests:latest testname=TestLoadCCIPStableRPS override_toml=./testconfig/override/config.toml secret_toml=./testconfig/tomls/secrets.toml
.PHONY: test_load_ccip
test_load_ccip: set_config
source ./testconfig/override/.env && \
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/ccip-tests/testconfig/tomls/ccip-crib.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ selected_networks = ['geth_1337', 'geth_2337']
[CCIP.Env.Network.EVMNetworks.geth_1337]
evm_name = 'geth_1337'
evm_chain_id = 1337
evm_urls = ['ws://127.1.27.15:8546']
evm_http_urls = ['http://127.1.27.15:8544']
evm_urls = ['ws://127.1.27.6:8546']
evm_http_urls = ['http://127.1.27.6:8544']
evm_keys = ['ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80']
evm_simulated = true
client_implementation = 'Ethereum'
Expand All @@ -91,8 +91,8 @@ evm_default_gas_limit = 6000000
[CCIP.Env.Network.EVMNetworks.geth_2337]
evm_name = 'geth_2337'
evm_chain_id = 2337
evm_urls = ['ws://127.1.27.6:8546']
evm_http_urls = ['http://127.1.27.6:8544']
evm_urls = ['ws://127.1.27.5:8546']
evm_http_urls = ['http://127.1.27.5:8544']
evm_keys = ['59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d']
evm_simulated = true
client_implementation = 'Ethereum'
Expand Down Expand Up @@ -155,7 +155,7 @@ ExistingDeployment = true
LocalCluster = false
TestRunName = 'crib-ani-load'
TimeUnit = '1s'
TestDuration = '20m'
TestDuration = '1m'
RequestPerUnitTime = [1]
NodeFunding = 100.0
ExistingDeployment = true
1 change: 1 addition & 0 deletions integration-tests/ccip-tests/testreporters/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

"github.com/rs/zerolog"
"github.com/slack-go/slack"

"github.com/smartcontractkit/chainlink-testing-framework/k8s/config"

"github.com/smartcontractkit/chainlink-testing-framework/testreporters"
Expand Down

0 comments on commit f0f393d

Please sign in to comment.