diff options
author | imarom <imarom@cisco.com> | 2017-02-06 15:54:15 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2017-02-06 15:54:15 +0200 |
commit | 6b3fabf419252d33a5c11a21cef85fdb6c19284c (patch) | |
tree | 585f6ebc08b97e7b3e86e4cbb6a61b3c8be6004f /scripts/automation/trex_control_plane | |
parent | a393247f71ea669e738d5e89d6b51e1638c9baa2 (diff) |
examples for functional tests
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane')
-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 |