summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/lutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/lutil.py')
-rw-r--r--tests/topotests/lib/lutil.py4
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)