Go to file
Tanguy aabe8a282f
Improve example (#5)
2022-11-23 17:53:57 +01:00
.github/workflows Add CI (#2) 2022-08-24 16:15:55 +02:00
examples/simple_tcp_ping Improve example (#5) 2022-11-23 17:53:57 +01:00
README.md Add metrics to README.md 2022-08-03 16:03:19 +02:00
testground_sdk.nim Fixes for interop (#4) 2022-11-07 18:09:41 +01:00
testground_sdk.nimble first commit 2022-07-21 17:46:30 +02:00

README.md

Testground SDK for Nim

Quickstart:

# Assuming testground is correctly setup
git clone https://github.com/status-im/testground-nim-sdk.git
cd testground-nim-sdk
testground plan import --name demo --from examples/simple_tcp_ping
testground run single --plan=demo --testcase=simple_tcp_ping --runner=local:docker --builder=docker:generic --instances=2

This is not stable in any shape or form. Features:

  • Basic communication with testground
  • Logging
  • Network configuration
  • Signal, barrier
  • PubSub
  • Run configuration
  • Multiple scenario in a single plan
  • Metrics
  • ..