MCPcopy Create free account
hub / github.com/mininet/mininet / cmdPrint

Method cmdPrint

mininet/node.py:392–395  ·  view source on GitHub ↗

Call cmd and printing its output cmd: string

( self, *args)

Source from the content-addressed store, hash-verified

390 return None
391
392 def cmdPrint( self, *args):
393 """Call cmd and printing its output
394 cmd: string"""
395 return self.cmd( *args, **{ 'verbose': True } )
396
397 def popen( self, *args, **kwargs ):
398 """Return a Popen() object in our namespace

Callers 7

scratchNetFunction · 0.95
scratchNetUserFunction · 0.95
pingMethod · 0.80
verySimpleLimitFunction · 0.80
postStartSetupMethod · 0.80
stopMethod · 0.80
monitorTestFunction · 0.80

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected