]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Irrelevant code in lutil.py 18532/head
authorY Bharath <y.bharath@samsung.com>
Fri, 28 Mar 2025 05:22:36 +0000 (10:52 +0530)
committerY Bharath <y.bharath@samsung.com>
Fri, 28 Mar 2025 05:22:36 +0000 (10:52 +0530)
Irrelevant code in lutil.py

Signed-off-by: y-bharath14 <y.bharath@samsung.com>
tests/topotests/lib/lutil.py

index 1eb88f26d4c5108cbfb8749713a3c613e65e109b..ca68732e867660416b55086b15fe50393a78bd37 100644 (file)
@@ -9,14 +9,13 @@ import sys
 import time
 import json
 import math
-import time
 from lib.topolog import logger
 from lib.topotest import json_cmp
 
 
 # L utility functions
 #
-# These functions are inteneted to provide support for CI testing within MiniNet
+# These functions are intended to provide support for CI testing within MiniNet
 # environments.
 
 
@@ -129,7 +128,6 @@ Total %-4d                                                           %-4d %d\n\
         words = string.split()
         if len(words) < 1 or words[0].startswith("#"):
             return a
-        words = string.split()
         for word in words:
             if len(end) == 0:
                 a.append(word)