diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-07-15 19:06:42 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-07-15 19:06:42 +0300 |
commit | 340372e2cbe5b0744896dd97793e2b0e246c25a4 (patch) | |
tree | 80c2c6767bc35d9f8928270f155afe322ff8a033 /scripts/automation/regression/stateful_tests | |
parent | 76cde6b6406fe14b6e8a2196bf1b38eb4ea2c458 (diff) |
remove IMIX for now due to an issue in trex09
Diffstat (limited to 'scripts/automation/regression/stateful_tests')
-rwxr-xr-x | scripts/automation/regression/stateful_tests/trex_imix_test.py | 2 |
1 files changed, 2 insertions, 0 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..5dd15ed3 100755 --- a/scripts/automation/regression/stateful_tests/trex_imix_test.py +++ b/scripts/automation/regression/stateful_tests/trex_imix_test.py @@ -95,6 +95,8 @@ class CTRexIMIX_Test(CTRexGeneral_Test): def test_static_routing_imix (self): + self.skip('Skip due to an issue with trex09 ') + if self.is_loopback: self.skip('In loopback mode the test is same as test_routing_imix') # test initializtion |