X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_managers.py;h=cbc53e2f8de0ccdd12c40d1b78f9573329536b3a;hb=c73860d3d36b718359a680cf2abd971aad47bec2;hp=033eb7a917f7eb25d957978091bc37f00d908e35;hpb=a304887b78e7d3d4786ecbe367c681d2f5d3926a;p=nfvbench.git diff --git a/nfvbench/chain_managers.py b/nfvbench/chain_managers.py index 033eb7a..cbc53e2 100644 --- a/nfvbench/chain_managers.py +++ b/nfvbench/chain_managers.py @@ -13,13 +13,14 @@ # License for the specific language governing permissions and limitations # under the License. # +import time + from log import LOG from network import Network from packet_analyzer import PacketAnalyzer from specs import ChainType from stats_collector import IntervalCollector -import time class StageManager(object):