summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2017-01-21 00:59:10 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2017-01-21 00:59:10 +0200
commitc429b75f2cf0b504ff55c9600d191cec05431029 (patch)
treed3b5c5687ab422650d9088be4a141cea2df24075 /scripts/automation/regression
parent98aae80e70dcb8f9050ff05e1e082bb92c909a0d (diff)
regression: static routing should be used with -e and not -p
Change-Id: I4b7f052b79845568f31ee268593778b564d211fb Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/regression')
-rwxr-xr-xscripts/automation/regression/stateful_tests/trex_imix_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_imix_test.py b/scripts/automation/regression/stateful_tests/trex_imix_test.py
index f8fe0ed1..5fbe5adb 100755
--- a/scripts/automation/regression/stateful_tests/trex_imix_test.py
+++ b/scripts/automation/regression/stateful_tests/trex_imix_test.py
@@ -112,7 +112,7 @@ class CTRexIMIX_Test(CTRexGeneral_Test):
ret = self.trex.start_trex(
c = core,
m = mult,
- p = True,
+ e = True,
nc = True,
d = 60,
f = 'cap2/imix_fast_1g.yaml',
@@ -164,7 +164,7 @@ class CTRexIMIX_Test(CTRexGeneral_Test):
self.check_CPU_benchmark(trex_res, minimal_cpu = 25)
- def test_jumbo(self, duration = 100, **kwargs):
+ def test_jumbo(self, duration = 5, **kwargs):
if not self.is_loopback:
self.router.configure_basic_interfaces(mtu = 9216)
self.router.config_pbr(mode = "config")
@@ -188,7 +188,7 @@ class CTRexIMIX_Test(CTRexGeneral_Test):
# you may see all the results keys by simply calling here for 'print trex_res.result'
print("\nLATEST RESULT OBJECT:")
print(trex_res)
-
+ self.fail('boo')
self.check_general_scenario_results(trex_res)
self.check_CPU_benchmark(trex_res, minimal_cpu = 0, maximal_cpu = 10)