From 5b3f8a94b3507996447ea44d2da6e58c95b6eef9 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Sat, 10 Sep 2022 00:25:45 +0000 Subject: [PATCH] update golds --- basice2e/clients.goldoutput/client121.txt | 1 + basice2e/clients.goldoutput/client42.txt | 22 +++++++++++++++++++++- basice2e/clients.goldoutput/client43.txt | 22 +++++++++++++++++++++- basice2e/e2eReport.py | 2 +- 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/basice2e/clients.goldoutput/client121.txt b/basice2e/clients.goldoutput/client121.txt index 6dfb3b6..58e1cc5 100644 --- a/basice2e/clients.goldoutput/client121.txt +++ b/basice2e/clients.goldoutput/client121.txt @@ -1,6 +1,7 @@ Adding Backup update received. Backup update received. +Backup update received. Message received: Hello from Client120, with E2E Encryption Message received: Hello from Client120, with E2E Encryption Message received: Hello from Client120, with E2E Encryption diff --git a/basice2e/clients.goldoutput/client42.txt b/basice2e/clients.goldoutput/client42.txt index b467a45..573cfdc 100644 --- a/basice2e/clients.goldoutput/client42.txt +++ b/basice2e/clients.goldoutput/client42.txt @@ -21,11 +21,21 @@ Message received: Hello from Ben43, with E2E Encryption Message received: Hello from Ben43, with E2E Encryption Message received: Hello from Ben43, with E2E Encryption Message received: Hello from Rick42 to myself, without E2E Encryption -Received 0 +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation +Message received: Waiting on renegotiation Received 0 Received 0 Received 0 Received 1 +Received 10 Received 5 Received 5 Received 5 @@ -52,4 +62,14 @@ Sent: Hello from Rick42, with E2E Encryption Sent: Hello from Rick42, with E2E Encryption Sent: Hello from Rick42, with E2E Encryption Sent: Hello from Rick42, with E2E Encryption +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation +Sent: Waiting on renegotiation WARNING: unsafe channel creation enabled diff --git a/basice2e/clients.goldoutput/client43.txt b/basice2e/clients.goldoutput/client43.txt index c6124be..4e0d539 100644 --- a/basice2e/clients.goldoutput/client43.txt +++ b/basice2e/clients.goldoutput/client43.txt @@ -20,9 +20,19 @@ Message received: Hello from Rick42, with E2E Encryption Message received: Hello from Rick42, with E2E Encryption Message received: Hello from Rick42, with E2E Encryption Message received: Hello from Rick42, with E2E Encryption +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation +Message received: Waiting on switching renegotiation Received 0 Received 0 -Received 0 +Received 10 Received 5 Received 5 Received 5 @@ -48,5 +58,15 @@ Sent: Hello from Ben43, with E2E Encryption Sent: Hello from Ben43, with E2E Encryption Sent: Hello from Ben43, with E2E Encryption Sent: Hello from Ben43, with E2E Encryption +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation +Sent: Waiting on switching renegotiation WARNING: unsafe channel creation enabled WARNING: unsafe channel creation enabled diff --git a/basice2e/e2eReport.py b/basice2e/e2eReport.py index f41263d..0588576 100755 --- a/basice2e/e2eReport.py +++ b/basice2e/e2eReport.py @@ -30,7 +30,7 @@ def find_files(): def main(): log.basicConfig(format='[%(levelname)s] %(asctime)s: %(message)s', - level=log.INFO, datefmt='%d-%b-%y %H:%M:%S') + level=log.DEBUG, datefmt='%d-%b-%y %H:%M:%S') log_files = find_files() udbLog = "./results/udb-console.txt" -- GitLab