tests: restore vapi C++ test under Centos-8
The Centos-7 compiler had problems with vapi_cpp_test.cpp. The Centos-8 compiler does not. This change adds back the test. ============================================================================== VAPI test ============================================================================== run C VAPI tests 1.55 OK run C++ VAPI tests 0.44 OK ============================================================================== TEST RESULTS: Scheduled tests: 2 Executed tests: 2 Passed tests: 2 ============================================================================== Type: test Change-Id: Ic6a655ae99eb3ba0e73b7feef4436a0ca5fd92be Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Dave Wallace

parent
5c544c8c3e
commit
bb3befceee
@ -219,14 +219,6 @@ def _running_gcov_tests():
|
||||
running_gcov_tests = _running_gcov_tests()
|
||||
|
||||
|
||||
def _running_on_centos():
|
||||
os_id = os.getenv("OS_ID", "")
|
||||
return True if "centos" in os_id.lower() else False
|
||||
|
||||
|
||||
running_on_centos = _running_on_centos()
|
||||
|
||||
|
||||
class KeepAliveReporter(object):
|
||||
"""
|
||||
Singleton object which reports test start to parent process
|
||||
|
Reference in New Issue
Block a user