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

Method interact

mininet/net.py:934–939  ·  view source on GitHub ↗

Start network and run our simple CLI.

( self )

Source from the content-addressed store, hash-verified

932 error( 'link dst status change failed: %s\n' % result )
933
934 def interact( self ):
935 "Start network and run our simple CLI."
936 self.start()
937 result = CLI( self )
938 self.stop()
939 return result
940
941 inited = False
942

Callers 1

useTestFunction · 0.80

Calls 3

startMethod · 0.95
stopMethod · 0.95
CLIClass · 0.90

Tested by

no test coverage detected