X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_managers.py;h=cbc53e2f8de0ccdd12c40d1b78f9573329536b3a;hb=a79debff4a6436522feebd2221865a2a6a917a58;hp=033eb7a917f7eb25d957978091bc37f00d908e35;hpb=211bc02b88a19153eb33f9a4f6670638bf469676;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):