X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fevent.py;h=d52cedda75b88b056ce741774adf7ce27fca54cf;hb=4436af55e55e79b496264fe114039fbc1198d71f;hp=4acd375b3b62198246ec2e6c979f9e992a74b7ac;hpb=bc4df95a48857aa4ab65fb47eabd48c48d650ca0;p=tinc diff --git a/test/integration/testlib/event.py b/test/integration/testlib/event.py index 4acd375b..d52cedda 100755 --- a/test/integration/testlib/event.py +++ b/test/integration/testlib/event.py @@ -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: