mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
308 B
6 lines
308 B
10 years ago
|
# Automatic deployment of the random test generator
|
||
|
|
||
|
Testing is done in a Vagrant virtual machine
|
||
|
|
||
10 years ago
|
install vagrant, virtualbox, ansible, then do `vagrant up`. It should provison a basic machine. `vagrant ssh` to verify the machine is working as expected. `vagrant terminate` to reset machine to clean state.
|