diff options
Diffstat (limited to 'scripts/automation')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_functional.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_functional.py b/scripts/automation/trex_control_plane/stl/examples/stl_functional.py index 0057a764..a74d9efe 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_functional.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_functional.py @@ -8,6 +8,7 @@ It can be used for various tasks and can replace simple Pagent/Scapy low rate tests """ +# passed a connected client object and two ports def test_dot1q (c, rx_port, tx_port): # activate service mode on RX code |