]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: wait_time is not defined so don't use it
authorDonald Sharp <sharpd@nvidia.com>
Wed, 19 Mar 2025 19:23:28 +0000 (15:23 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 19 Mar 2025 19:23:28 +0000 (15:23 -0400)
In daemon startup a error message was attempting
to use a variable `wait_time` that has not been
setup.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/topotest.py

index 79c93df98737c00d500115ea8cfda92b7c52fa63..72b204c35d41dbfedb16ff0c8e880a7287e2f550 100644 (file)
@@ -2356,8 +2356,8 @@ class Router(Node):
         _check_daemons_running(check_daemon_files)
 
         if check_daemon_files:
-            assert False, "Timeout({}) waiting for {} to appear on {}".format(
-                wait_time, check_daemon_files[0], self.name
+            assert False, "Timeout waiting for {} to appear on {}".format(
+                check_daemon_files[0], self.name
             )
 
         # Update the permissions on the log files