removed tests

This commit is contained in:
obscuren
2015-03-02 16:36:34 +01:00
parent b13735b400
commit 4f3f881c9b
194 changed files with 0 additions and 2239402 deletions

View File

@@ -1,4 +0,0 @@
---
- name: restart sshd
sudo: true
service: name=ssh state=restarted

View File

@@ -1,13 +0,0 @@
---
- name: install package dependencies
sudo: true
apt: name={{ item }}
with_items:
- parallel
- htop
- name: checkout test repo
git:
repo: https://github.com/ethereum/tests.git
version: develop
dest: git