Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/common/snappi_tests/snappi_test_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self):
is_snappi_ingress_port_cap (bool): whether or not the packet capture is on the tgen ingress port, if False,
then pcap is on the tgen egress port
base_flow_config (dict): base flow configuration
base_flow_config_list (list): list for base flow config.
test_tx_frames (list): number of test frames transmitted for priorities to test ex. [2000, 3000]
for priorities 3 and 4
multi_dut_params (MultiDUTParams obj): contains det=120ails of duthost objects,
Expand All @@ -49,6 +50,7 @@ def __init__(self):
self.packet_capture_ports = None
self.is_snappi_ingress_port_cap = True
self.base_flow_config = None
self.base_flow_config_list = []
self.test_tx_frames = 0
self.multi_dut_params = MultiDUTParams()
self.test_iterations = 1
Expand Down
Loading