added logging for e2e

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-06-17 16:45:40 +02:00
parent 44c7b7af28
commit 1815ab49aa
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ class NetworkApi(object):
counter = 0
while True:
if counter >= wait_time:
for entry in range(0,5):
self.log('Transaction #%s, amount is %s' %(entry+1, float(int(transactions[entry]['value']) / 10 ** decimals)))
self.log(str(transactions[entry]))
pytest.fail(
'Transaction with amount %s is not found in list of transactions, address is %s' %
(amount, address))