summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-03-03 16:34:20 +0200
committerimarom <imarom@cisco.com>2016-03-03 18:11:08 +0200
commit13cfb2c4ea55b7e0dab40155d8d51e7955ae4681 (patch)
tree7887702e364d3aa1917e3f9ca073602b88cae8c5 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
parent0a10805acc189a36eecb4d49b858bd911bc45f4e (diff)
RX stats API
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index b56d8708..2dfc5f29 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -6,7 +6,6 @@ from trex_stl_packet_builder_interface import CTrexPktBuilderInterface
from trex_stl_packet_builder_scapy import CScapyTRexPktBuilder, Ether, IP, UDP, TCP, RawPcapReader
from collections import OrderedDict, namedtuple
-from dpkt import pcap
import random
import yaml
import base64