X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftest_nfvbench.py;h=e48fbda9ebbde87cb14c9fb71cbfec610a2864fe;hb=refs%2Fchanges%2F34%2F73234%2F1;hp=360e3bd33ad5c772fa4d6e707446b81662778a21;hpb=6c9ada52712cbfb461f669cbdf29d31f44abb9a8;p=nfvbench.git diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py index 360e3bd..e48fbda 100644 --- a/test/test_nfvbench.py +++ b/test/test_nfvbench.py @@ -34,8 +34,8 @@ from nfvbench.traffic_client import GeneratorConfig from nfvbench.traffic_client import IpBlock from nfvbench.traffic_client import TrafficClient from nfvbench.traffic_client import TrafficClientException -import nfvbench.traffic_gen.traffic_utils as traffic_utils -import nfvbench.utils as utils +from nfvbench.traffic_gen import traffic_utils +from nfvbench import utils # just to get rid of the unused function warning no_op()