diff options
author | 2016-02-04 13:28:00 +0200 | |
---|---|---|
committer | 2016-02-04 13:28:00 +0200 | |
commit | ef7ee5da5eeba679045c3ca5dfcd282cb72b684b (patch) | |
tree | 790fc7fd825011be6e1050142f1f2e677c5312d6 /scripts/api/stl/trex_stl_api.py | |
parent | bb2a8c611d19a4bc5a7f24b5bcb285d3444b827f (diff) |
add a sample stl_run_udp_simple.py
Diffstat (limited to 'scripts/api/stl/trex_stl_api.py')
-rw-r--r-- | scripts/api/stl/trex_stl_api.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/api/stl/trex_stl_api.py b/scripts/api/stl/trex_stl_api.py index 3ef7eaaa..4dae4dce 100644 --- a/scripts/api/stl/trex_stl_api.py +++ b/scripts/api/stl/trex_stl_api.py @@ -34,6 +34,9 @@ STLPktBuilder = CScapyTRexPktBuilder STLVmFlowVar = CTRexVmDescFlowVar STLVmWriteFlowVar = CTRexVmDescWrFlowVar STLVmFixIpv4 = CTRexVmDescFixIpv4 +STLVmTrimPktSize = CTRexVmDescTrimPktSize +STLVmTupleGen = CTRexVmDescTupleGen + # simulator STLSim = client.trex_stateless_sim.STLSim |