]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/bgpd/test_bgp_table.py
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / tests / bgpd / test_bgp_table.py
index 53bd37233a0718238ea6a28d527b4d7ca7dcda5e..8f0544249c98f941305bc6bde7fd2cf5cccfd0cd 100644 (file)
@@ -1,7 +1,9 @@
 import frrtest
 
+
 class TestTable(frrtest.TestMultiOut):
-    program = './test_bgp_table'
+    program = "./test_bgp_table"
+
 
 for i in range(7):
-    TestTable.onesimple('Checks successfull')
+    TestTable.onesimple("Checks successfull")