From: Dave Barach Date: Tue, 10 Mar 2020 20:59:39 +0000 (-0400) Subject: tests: add running_gcov_tests to framework.py X-Git-Tag: v20.09-rc0~431 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d498c9eb2b70b744b6231d5db714422f8745caaf;hp=d498c9eb2b70b744b6231d5db714422f8745caaf;p=vpp.git tests: add running_gcov_tests to framework.py Mark a few code coverage tests appropriately: @unittest.skipUnless(running_gcov_tests, "part of code coverage tests") def test_my_coverage_unittest(self): Almost exactly like "make EXTENDED_TESTS=yes test". Type: feature Signed-off-by: Dave Barach Change-Id: Ic6d0a097a608ba93442b3d88252f66f8e6805b97 ---