Skip to content
Snippets Groups Projects
Commit 5c019d2a authored by Brian O'Connor's avatar Brian O'Connor
Browse files

CPULimitedHost cleanup() calls superclass method

fixes #161
parent e2eb95a2
No related branches found
No related tags found
No related merge requests found
......@@ -619,6 +619,7 @@ def popen( self, *args, **kwargs ):
return Host.popen( self, *args, mncmd=mncmd, **kwargs )
def cleanup( self ):
super(CPULimitedHost, self).cleanup()
"Clean up our cgroup"
retry( retries=3, delaySecs=1, fn=self.cgroupDel )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment