Run integration tests in docker containers both locally and against a cluster

This commit is contained in:
Leo Arias
2017-08-29 22:21:02 -06:00
committed by Jack Zampolin
parent e57f0a4018
commit 24d2132978
150 changed files with 595 additions and 70 deletions

View File

@@ -72,6 +72,7 @@ def scenario( wallets, **kw ):
resp = testlib.blockstack_cli_register( "foo.test", "0123456789abcdef" )
if 'error' in resp:
import sys
print >> sys.stderr, json.dumps(resp, indent=4, sort_keys=True)
return False

View File

@@ -29,6 +29,7 @@ import blockstack
import blockstack_client
import blockstack_zones
import virtualchain
import json
wallets = [
testlib.Wallet( "5JesPiN68qt44Hc2nT8qmyZ1JDwHebfoh9KQ52Lazb1m1LaKNj9", 100000000000 ),

Some files were not shown because too many files have changed in this diff Show More