Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 638 Bytes

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