From: Ondrej Lichtner olichtne@redhat.com
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst/Tests/Iperf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lnst/Tests/Iperf.py b/lnst/Tests/Iperf.py index 89f05a8..970d994 100644 --- a/lnst/Tests/Iperf.py +++ b/lnst/Tests/Iperf.py @@ -1,11 +1,7 @@ import logging -import errno -import re -import signal -import time import subprocess import json -from lnst.Common.Parameters import IntParam, IpParam, StrParam, Param, BoolParam +from lnst.Common.Parameters import IntParam, IpParam, StrParam, BoolParam from lnst.Common.Parameters import HostnameOrIpParam from lnst.Common.Utils import is_installed from lnst.Tests.BaseTestModule import BaseTestModule, TestModuleError