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

Function get_core_path

test/util.py:153–154  ·  view source on GitHub ↗
(tempdir)

Source from the content-addressed store, hash-verified

151
152
153def get_core_path(tempdir):
154 return "%s/%s" % (tempdir, get_core_pattern())
155
156
157def is_core_present(tempdir):

Callers 4

handle_failed_suiteFunction · 0.90
check_and_handle_coreFunction · 0.90
poll_vppMethod · 0.90
is_core_presentFunction · 0.85

Calls 1

get_core_patternFunction · 0.85

Tested by 2

handle_failed_suiteFunction · 0.72
check_and_handle_coreFunction · 0.72