This repository contains Testground test plans for libp2p-gossipsub.
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
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.