diff options
| author | Y Bharath <y.bharath@samsung.com> | 2025-03-28 10:52:36 +0530 | 
|---|---|---|
| committer | Y Bharath <y.bharath@samsung.com> | 2025-03-28 10:52:36 +0530 | 
| commit | f2d988bf71b8f3b553aa4274d147c6a97baedcb9 (patch) | |
| tree | 6d78e71dbd51aa580ad6adb2ab014619eda1803e /tests | |
| parent | 2de45ca1b4c8a50e2ff8a0ae5fcaad1abce1d2a9 (diff) | |
tests: Irrelevant code in lutil.py
Irrelevant code in lutil.py
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/topotests/lib/lutil.py | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/topotests/lib/lutil.py b/tests/topotests/lib/lutil.py index 1eb88f26d4..ca68732e86 100644 --- a/tests/topotests/lib/lutil.py +++ b/tests/topotests/lib/lutil.py @@ -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)  | 
