Skip to content

Commit

Permalink
init seth client, before staring ocr soak test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Mar 21, 2024
1 parent 676db2a commit c2fed33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/soak/ocr_soak_report.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
OCRv1 Soak Test Report
Namespace,soak-ocr-v1-polygon-amoy-11bb8,Started At,2024-03-21 12:47:26.92 CET,Test Duration,2m4.945516583s

Timeline
Time,Message
4 changes: 4 additions & 0 deletions integration-tests/soak/ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

"github.com/smartcontractkit/chainlink-testing-framework/logging"
"github.com/smartcontractkit/chainlink-testing-framework/networks"
"github.com/smartcontractkit/seth"

actions_seth "github.com/smartcontractkit/chainlink/integration-tests/actions/seth"
tc "github.com/smartcontractkit/chainlink/integration-tests/testconfig"
Expand Down Expand Up @@ -37,6 +38,9 @@ func TestOCRSoak(t *testing.T) {
err = utils.ValidateSethNetworkConfig(sethCfg.Network)
require.NoError(t, err, "Error validating seth network config")

_, err = seth.NewClientWithConfig(&sethCfg)
require.NoError(t, err, "Error creating seth client")

ocrSoakTest, err := testsetups.NewOCRSoakTest(t, &config, false)
require.NoError(t, err, "Error creating soak test")
if !ocrSoakTest.Interrupted() {
Expand Down

0 comments on commit c2fed33

Please sign in to comment.