summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateful_tests/trex_rx_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/stateful_tests/trex_rx_test.py')
-rwxr-xr-xscripts/automation/regression/stateful_tests/trex_rx_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_rx_test.py b/scripts/automation/regression/stateful_tests/trex_rx_test.py
index 6c6c535a..161856b1 100755
--- a/scripts/automation/regression/stateful_tests/trex_rx_test.py
+++ b/scripts/automation/regression/stateful_tests/trex_rx_test.py
@@ -165,6 +165,7 @@ class CTRexRx_Test(CTRexGeneral_Test):
sample_rate = self.get_benchmark_param('rx_sample_rate')
ret = self.trex.start_trex(
+ cfg = '/etc/trex_cfg_mac.yaml',
c = core,
m = mult,
p = True,
@@ -199,6 +200,7 @@ class CTRexRx_Test(CTRexGeneral_Test):
sample_rate = self.get_benchmark_param('rx_sample_rate')
ret = self.trex.start_trex(
+ cfg = '/etc/trex_cfg_mac.yaml',
c = core,
m = mult,
p = True,