Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.01 KB

gossipsub-testground

This repository contains Testground test plans for libp2p-gossipsub.

Getting started

Before running test plans, make sure the testground daemon is running. See here for how to install and run the daemon.

# Cloning this repo
git clone https://github.com/sigp/gossipsub-testground.git
# Import the test plans from this repo
testground plan import --from ./gossipsub-testground/
# Run smoke tests
testground run single \
  --plan=gossipsub-testground/smoke \
  --testcase=smoke \
  --builder=docker:generic \
  --runner=local:docker \
  --instances=3 \
  --wait

Dashboards

Provides Grafana GUI with preconfigured data sources and dashboards. All you have to do is running docker-compose up and browse to http://localhost:13000/dashboards.

For details of the dashboards please see READMEs in each test plan directories.