提交 0d160ad2 编写于 作者: B Brian Johnson

Changed all tests to use common string definition for wallet name. GH #5674

上级 9aee5911
......@@ -38,7 +38,7 @@ testSuccessful=False
killEosInstances=not dontKill
killWallet=not dontKill
WalletdName="keosd"
WalletdName=Utils.EosWalletName
ClientName="cleos"
timeout = .5 * 12 * 2 + 60 # time for finalization with 1 producer + 60 seconds padding
Utils.setIrreversibleTimeout(timeout)
......
......@@ -122,7 +122,7 @@ testSuccessful=False
killEosInstances=not dontKill
killWallet=not dontKill
WalletdName="keosd"
WalletdName=Utils.EosWalletName
ClientName="cleos"
try:
......
......@@ -48,7 +48,7 @@ killEosInstances=not dontKill
killWallet=not dontKill
dontBootstrap=sanityTest
WalletdName="keosd"
WalletdName=Utils.EosWalletName
ClientName="cleos"
timeout = .5 * 12 * 2 + 60 # time for finalization with 1 producer + 60 seconds padding
Utils.setIrreversibleTimeout(timeout)
......
......@@ -68,7 +68,7 @@ testSuccessful=False
killEosInstances=not dontKill
killWallet=not dontKill
WalletdName="keosd"
WalletdName=Utils.EosWalletName
ClientName="cleos"
try:
......
......@@ -156,7 +156,7 @@ testSuccessful=False
killEosInstances=not dontKill
killWallet=not dontKill
WalletdName="keosd"
WalletdName=Utils.EosWalletName
ClientName="cleos"
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册