From 8bd778d02fc0260b109bb4bb8fc11e3567e9130d Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 6 Mar 2017 23:16:59 +0200 Subject: * add trex22 (Mellanox VF) and trex23(XL710 VF) regression configs * fix test_fcs_stream: it did not fail on virtual NICs at all now accumulating all the errors instread of failing on first one * fix XL710 VF input counters (+4 bytes) Change-Id: I7661b4e14a037e5ee2a9c1bc116d835c9a16df91 Signed-off-by: Yaroslav Brustinov --- scripts/automation/regression/stateful_tests/trex_rx_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/regression/stateful_tests/trex_rx_test.py') diff --git a/scripts/automation/regression/stateful_tests/trex_rx_test.py b/scripts/automation/regression/stateful_tests/trex_rx_test.py index d2050703..7af7f366 100755 --- a/scripts/automation/regression/stateful_tests/trex_rx_test.py +++ b/scripts/automation/regression/stateful_tests/trex_rx_test.py @@ -12,7 +12,7 @@ class CTRexRx_Test(CTRexGeneral_Test): """This class defines the rx testcase of the TRex traffic generator""" def __init__(self, *args, **kwargs): CTRexGeneral_Test.__init__(self, *args, **kwargs) - self.unsupported_modes = ['virt_nics'] # TODO: fix + self.unsupported_modes = ['virt_nics', 'vf_nics'] # TODO: fix (-k argument does not work) def setUp(self): CTRexGeneral_Test.setUp(self) -- cgit 1.2.3-korg