From ea3f39cd42ea667d1928564a25bffca19275cfeb Mon Sep 17 00:00:00 2001 From: imarom <imarom@cisco.com> Date: Tue, 26 Jan 2016 16:57:41 -0500 Subject: 1. fixed failing regression test 2. enabled STL nose tests 3. fixed packet size padding to 60 --- .../automation/regression/unit_tests/functional_tests/stl_basic_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py') diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py index ab4a8a87..125866ba 100644 --- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py +++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py @@ -13,7 +13,6 @@ import os import subprocess # should be set to run explicitly, not as part of all regression tests -@nottest class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): def setUp (self): self.test_path = os.path.abspath(os.getcwd()) -- cgit