Skip to content

konradkonrad/system-testing

 
 

Repository files navigation

system-testing

testing ethereum clients in dedicated networks

more info in the wiki

#Installing necessary software

tests are deployed via Ansible on Amazon EC2 instances.

Current install on Ubuntu:

sudo apt-get install libfreetype6-dev python-graphviz python python-pip python-virtualenv
git clone https://github.com/ethereum/system-testing.git
cd system-testing
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

AWS credentials are stored in ~/.boto

Usage: wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%