From d82201e2da3beb0e81e0c8ba30600d87f1b8276f Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 14 Mar 2016 13:37:44 +0200 Subject: some cleanup for API doc --- .../automation/trex_control_plane/stl/trex_stl_lib/api.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/api.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/api.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/api.py index d19dcaf0..9b8f9f79 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/api.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/api.py @@ -10,18 +10,6 @@ from trex_stl_streams import * from trex_stl_packet_builder_scapy import * from scapy.all import * -# packet builder -STLPktBuilder = CScapyTRexPktBuilder - -# VM -STLVmFlowVar = CTRexVmDescFlowVar -STLVmWrFlowVar = CTRexVmDescWrFlowVar -STLVmWrMaskFlowVar = CTRexVmDescWrMaskFlowVar -STLVmFixIpv4 = CTRexVmDescFixIpv4 -STLVmTrimPktSize = CTRexVmDescTrimPktSize -STLVmTupleGen = CTRexVmDescTupleGen -STLVmTrimPktSize = CTRexVmDescTrimPktSize - # simulator from trex_stl_sim import STLSim -- cgit 1.2.3-korg