aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/roles/common/tasks
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-10-06 05:55:47 +0800
committerFelix Lange <fjl@twurst.com>2016-10-06 21:36:21 +0800
commit1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4 (patch)
tree0d8d9cd20dc8584599209cbce1cffae0b0e0516d /tests/files/ansible/roles/common/tasks
parent2acb9a6ea7ddab541122ede96f2275598ae36931 (diff)
downloaddexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar.gz
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar.bz2
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar.lz
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar.xz
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.tar.zst
dexon-1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4.zip
tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1
Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'.
Diffstat (limited to 'tests/files/ansible/roles/common/tasks')
-rwxr-xr-xtests/files/ansible/roles/common/tasks/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/files/ansible/roles/common/tasks/main.yml b/tests/files/ansible/roles/common/tasks/main.yml
deleted file mode 100755
index 6c0c7a119..000000000
--- a/tests/files/ansible/roles/common/tasks/main.yml
+++ /dev/null
@@ -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