Skip to content
Snippets Groups Projects
Commit 6dde6949 authored by Jake Taylor's avatar Jake Taylor
Browse files

add authconfirm and authrequest messages to e2e report

parent 5b142c36
No related branches found
No related tags found
1 merge request!4Release
...@@ -68,7 +68,7 @@ def main(): ...@@ -68,7 +68,7 @@ def main():
if sent_round not in rounds_sent: if sent_round not in rounds_sent:
rounds_sent[sent_round] = False rounds_sent[sent_round] = False
elif "Received message of type" in line: elif "Received message of type" in line or "Received AuthRequest from" in line or "Received AuthConfirm from" in line:
# Capture message receiving # Capture message receiving
received_message = re.findall(' msgDigest: (.{20})', line)[0] received_message = re.findall(' msgDigest: (.{20})', line)[0]
log.debug("Located received message: {}".format(received_message)) log.debug("Located received message: {}".format(received_message))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment