MCPcopy Create free account
hub / github.com/FDio/vpp / test_vapi_cpp_shm

Method test_vapi_cpp_shm

test/asf/test_vapi.py:72–74  ·  view source on GitHub ↗

run C++ VAPI tests (over shared memory)

(self)

Source from the content-addressed store, hash-verified

70 self.assert_equal(worker.result, 0, "Binary test return code")
71
72 def test_vapi_cpp_shm(self):
73 """run C++ VAPI tests (over shared memory)"""
74 self.run_vapi_cpp(self.get_api_segment_prefix(), "shm")
75
76 def test_vapi_cpp_uds(self):
77 """run C++ VAPI tests (over unix domain socket)"""

Callers

nothing calls this directly

Calls 2

run_vapi_cppMethod · 0.95

Tested by

no test coverage detected