]> tinc-vpn.org Git - tinc/blobdiff - test/integration/testlib/event.py
Update the built-in Chacha20-Poly1305 code to an RFC 7539 complaint version.
[tinc] / test / integration / testlib / event.py
index 4acd375b3b62198246ec2e6c979f9e992a74b7ac..d52cedda75b88b056ce741774adf7ce27fca54cf 100755 (executable)
@@ -40,6 +40,9 @@ class Notification:
         if _MONOTONIC_IS_SYSTEMWIDE:
             self.update_time()
 
+    def __str__(self) -> str:
+        return f"{self.test}/{self.node}/{self.script}"
+
     def update_time(self) -> None:
         """Update creation time if it was not assigned previously."""
         if self.created_at is None: