]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/lib/test_timer_correctness.py
Merge pull request #8978 from kssoman/ospf_new
[mirror_frr.git] / tests / lib / test_timer_correctness.py
index 8b4a765a81bb3a669f9d2609c739fbca63117767..71f45f980c46a22480965fc3e944427b4cd34e94 100644 (file)
@@ -1,6 +1,8 @@
 import frrtest
 
+
 class TestTimerCorrectness(frrtest.TestMultiOut):
-    program = './test_timer_correctness'
+    program = "./test_timer_correctness"
+
 
-TestTimerCorrectness.onesimple('Expected output and actual output match.')
+TestTimerCorrectness.onesimple("Expected output and actual output match.")