Fix tests
authorHanoh Haim <[email protected]>
Thu, 11 Feb 2016 11:04:59 +0000 (13:04 +0200)
committerHanoh Haim <[email protected]>
Thu, 11 Feb 2016 11:04:59 +0000 (13:04 +0200)
1  2 
scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py

@@@ -176,9 -178,17 +179,17 @@@ class CStlBasic_Test(functional_general
          
  
          for obj in p:
 -            self.run_py_profile_path (obj[0],obj[1],compare =obj[2], do_no_remove=False)
 +            self.run_py_profile_path (obj[0],obj[1],compare =obj[2], do_no_remove=True)
  
  
+     def test_hlt_profiles (self):
+         p = (
+             ['hlt/hlt_udp_inc_len_9k.py', '-m 1 -l 50', False],
+             )
+         
+         for obj in p:
+             self.run_py_profile_path (obj[0], obj[1], compare =obj[2], do_no_remove=False)
  
      # valgrind tests
      def test_valgrind_various_profiles (self):