Skip to content

ethpandaops/kurtosis-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurtosis Tests

This repository contains integration tests for Ethereum client interoperability using Kurtosis with go.

Test Suites

Basic Interop Tests

Tests basic interoperability between different Ethereum clients. Verifies finalization and syncing.

Prerequisites

  • Go 1.22 or later
  • Kurtosis CLI installed
  • Docker running

Running Tests

Each test suite has its own README with specific instructions. Generally:

# Run all tests
go test -v -timeout 1h ./...

# Run specific test suite
go test -v -timeout 1h ./basic-interop/...

About

A repo to hold tests based on the kurtosis SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages