Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.
caktux edited this page May 5, 2015 · 15 revisions

Welcome to the system-testing wiki!

Ask to be added to the skype channel DEV Network Intelligence

Overview

  • testing of ethereum clients on dedicated machines
  • clients are deployed on AWS instances. Each instance hosts one client.
  • clients are deployed in Docker containers
  • automatic deployment is done via docker-machine and Fabric tasks
  • bootstrapping nodes are deployed to connect clients
  • logs of all clients are centrally stored on an Elastic Search server
  • scenarios are scripted and evaluated in Python
  • no interaction with other testbeds / blockchains

Progress, current milestone, current tasks

Planned client participation

Client Requirements:

  • start cmd w/ config file (e.g. pyeth -C config.txt)
    • or via cli parameters (okay: py, go, cpp)
  • RPC API (todo py)
  • Structured Logging (best practices)

Scenarios

List of all scenarios, planned and done

[Details about scenarios](Test Scenarios)