Skip to content

Commit

Permalink
feat(kurtosis): update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed May 28, 2024
1 parent 2a7bb18 commit 66cd32b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions testing/e2e/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@ func DefaultE2ETestConfig() *E2ETestConfig {
ClType: "beaconkit",
Replicas: 1,
},
// {
// ElType: "erigon",
// ClImage: "beacond:kurtosis-local",
// ClType: "beaconkit",
// Replicas: 1,
// },
// {
// ElType: "besu",
// ClImage: "beacond:kurtosis-local",
// ClType: "beaconkit",
// Replicas: 1,
// },
{
ElType: "erigon",
ClImage: "beacond:kurtosis-local",
ClType: "beaconkit",
Replicas: 1,
},
{
ElType: "besu",
ClImage: "beacond:kurtosis-local",
ClType: "beaconkit",
Replicas: 1,
},
},
FullNodes: []Node{
{
Expand All @@ -125,18 +125,18 @@ func DefaultE2ETestConfig() *E2ETestConfig {
ClType: "beaconkit",
Replicas: 1,
},
// {
// ElType: "erigon",
// ClImage: "beacond:kurtosis-local",
// ClType: "beaconkit",
// Replicas: 1,
// },
// {
// ElType: "besu",
// ClImage: "beacond:kurtosis-local",
// ClType: "beaconkit",
// Replicas: 1,
// },
{
ElType: "erigon",
ClImage: "beacond:kurtosis-local",
ClType: "beaconkit",
Replicas: 1,
},
{
ElType: "besu",
ClImage: "beacond:kurtosis-local",
ClType: "beaconkit",
Replicas: 1,
},
},
BootSequence: map[string]string{
"type": "parallel",
Expand Down

0 comments on commit 66cd32b

Please sign in to comment.