summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/trex_control_plane/stl')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py8
1 files changed, 4 insertions, 4 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 6264c17f..e9451940 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
@@ -229,9 +229,9 @@ class STLFlowStats(STLFlowStatsInterface):
""" Define per stream basic stats
.. code-block:: python
- :caption: STLFlowStats Example
+ :caption: STLFlowStats Example
- flow_stats = STLFlowStats(pg_id = 7)
+ flow_stats = STLFlowStats(pg_id = 7)
"""
@@ -244,9 +244,9 @@ class STLFlowLatencyStats(STLFlowStatsInterface):
""" Define per stream basic stats + latency, jitter, packet reorder/loss
.. code-block:: python
- :caption: STLFlowLatencyStats Example
+ :caption: STLFlowLatencyStats Example
- flow_stats = STLFlowLatencyStats(pg_id = 7)
+ flow_stats = STLFlowLatencyStats(pg_id = 7)
"""