Regression: fix call to __init__ of parent of CTRexClientCfg_Test, which skips not... 57/5357/1
authorYaroslav Brustinov <[email protected]>
Thu, 12 Jan 2017 13:38:28 +0000 (15:38 +0200)
committerYaroslav Brustinov <[email protected]>
Thu, 12 Jan 2017 13:38:28 +0000 (15:38 +0200)
Change-Id: Ib9a26496f8c1ca64e5ffa4c0e668c6e15c7116fd
Signed-off-by: Yaroslav Brustinov <[email protected]>
scripts/automation/regression/stateful_tests/trex_client_cfg_test.py

index a1e462e..45113ca 100644 (file)
@@ -12,8 +12,7 @@ from nose.tools import nottest
 class CTRexClientCfg_Test(CTRexNbar_Test):
     """This class defines the IMIX testcase of the TRex traffic generator"""
     def __init__(self, *args, **kwargs):
-        # super(CTRexClientCfg_Test, self).__init__()
-        CTRexGeneral_Test.__init__(self, *args, **kwargs)
+        CTRexNbar_Test.__init__(self, *args, **kwargs)
 
     def setUp(self):
         if CTRexScenario.setup_name == 'kiwi02':