Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.08 KB

knuu-example

This repository contains an example of how to use the knuu Integration Test Framework.

If you have feedback on the framework, want to report a bug or suggest an improvement, please create an issue in the knuu repository.

Setup

  1. Install Docker.

  2. Set up access to a Kubernetes cluster using your kubeconfig and create the test namespace.

Note: The used namespace can be changed by setting the KNUU_NAMESPACE environment variable.

Write Tests

You can find the relevant documentation in the pkg/knuu package at: https://pkg.go.dev/github.com/celestiaorg/knuu

Run

make test-all

Or run only the basic examples:

make test-basic

Or run BitTwister tests:

make test-bittwister-packetloss
make test-bittwister-bandwidth
make test-bittwister-latency
make test-bittwister-jitter

Or the celestia-app examples:

make test-celestia-app

Or the celestia-node examples:

make test-celestia-node