summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateful_tests/trex_ipv6_test.py
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-27 16:20:00 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-27 16:20:20 +0300
commit68c71be224ffddc86ae12b9af97d8cadce56676a (patch)
treee552432ef592a69ca2dbbb2c3207c2559430979c /scripts/automation/regression/stateful_tests/trex_ipv6_test.py
parenteae2df408b1042360d1f2428e11d4553f3220db4 (diff)
Putting back MAC config in IPv6 regression tests
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation/regression/stateful_tests/trex_ipv6_test.py')
-rwxr-xr-xscripts/automation/regression/stateful_tests/trex_ipv6_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_ipv6_test.py b/scripts/automation/regression/stateful_tests/trex_ipv6_test.py
index b03de0b4..4d6f7953 100755
--- a/scripts/automation/regression/stateful_tests/trex_ipv6_test.py
+++ b/scripts/automation/regression/stateful_tests/trex_ipv6_test.py
@@ -29,6 +29,7 @@ class CTRexIPv6_Test(CTRexGeneral_Test):
core = self.get_benchmark_param('cores')
ret = self.trex.start_trex(
+ cfg = '/etc/trex_cfg_mac.yaml',
c = core,
m = mult,
p = True,
@@ -66,6 +67,7 @@ class CTRexIPv6_Test(CTRexGeneral_Test):
core = self.get_benchmark_param('cores', test_name = 'test_ipv6_simple')
ret = self.trex.start_trex(
+ cfg = '/etc/trex_cfg_mac.yaml',
c = core,
m = mult,
p = True,