mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 18:21:36 +08:00
Run integration tests in docker containers both locally and against a cluster
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user