diff --git a/basice2e/e2eReport.py b/basice2e/e2eReport.py index 57346b5abce56e7733a63c2bc8467dbe7bb68fff..1157483d9a2ceb4395e04a20a1d89e0a911f7ceb 100644 --- a/basice2e/e2eReport.py +++ b/basice2e/e2eReport.py @@ -68,7 +68,7 @@ def main(): if sent_round not in rounds_sent: 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 received_message = re.findall(' msgDigest: (.{20})', line)[0] log.debug("Located received message: {}".format(received_message))