summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2017-03-09 13:49:13 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2017-03-09 13:49:13 +0200
commit94a7c25c5f788df6e3577679e0f37a67a298ceae (patch)
tree8cea262a7e83ed8bab556ea3c41be2fcd0ab085f /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
parentf48443a11497c9a38c1aa3df42741e4a55ac780f (diff)
typo in STL API help + update trex21 tests config
Change-Id: Ic15d639332ce4898010cb98c458ce4accffbef29 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py2
1 files changed, 1 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 7761be4d..7497b1b0 100755
--- 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
@@ -1015,7 +1015,7 @@ class STLProfile(object):
packet_hook : Callable or function
will be applied to every packet
- is_split : str
+ split_mode : str
should this PCAP be split to two profiles based on IPs / MACs
used for dual mode
can be 'MAC' or 'IP'