diff options
author | Felix Lange <fjl@twurst.com> | 2016-10-06 05:55:47 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-10-06 21:36:21 +0800 |
commit | 1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4 (patch) | |
tree | 0d8d9cd20dc8584599209cbce1cffae0b0e0516d /tests/files/ansible/ec2-terminate.yml | |
parent | 2acb9a6ea7ddab541122ede96f2275598ae36931 (diff) | |
download | dexon-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/ec2-terminate.yml')
-rwxr-xr-x | tests/files/ansible/ec2-terminate.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/files/ansible/ec2-terminate.yml b/tests/files/ansible/ec2-terminate.yml deleted file mode 100755 index 8a8edc536..000000000 --- a/tests/files/ansible/ec2-terminate.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: Terminate all ec2 instances - hosts: security_group_client-tests - remote_user: ubuntu # private key defined via ansible.cfg - gather_facts: false - roles: - - ec2 - - tasks: - - include: roles/ec2/tasks/terminate.yml |