MCPcopy Create free account
hub / github.com/NetSys/bess / build_kmod

Function build_kmod

container_build.py:146–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def build_kmod():
147 subprocess.check_output('uname -r', shell=True).strip()
148
149 try:
150 run_docker_cmd('%s kmod' % BUILD_SCRIPT)
151 except:
152 print('*** module build has failed.', file=sys.stderr)
153
154
155def build_kmod_buildtest():

Callers 1

build_allFunction · 0.70

Calls 1

run_docker_cmdFunction · 0.85

Tested by

no test coverage detected