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

Method cleanup

mininet/node.py:758–761  ·  view source on GitHub ↗

Clean up Node, then clean up our cgroup

( self )

Source from the content-addressed store, hash-verified

756 return Host.popen( self, *args, mncmd=mncmd, **kwargs )
757
758 def cleanup( self ):
759 "Clean up Node, then clean up our cgroup"
760 super( CPULimitedHost, self ).cleanup()
761 retry( retries=3, delaySecs=.1, fn=self.cgroupDel )
762
763 _rtGroupSched = False # internal class var: Is CONFIG_RT_GROUP_SCHED set?
764

Callers

nothing calls this directly

Calls 2

retryFunction · 0.90
cleanupMethod · 0.45

Tested by

no test coverage detected