Skip to content
Snippets Groups Projects
Commit 257a2f63 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added ovs-openflowd to list of zombies.

We may still need additional code to clean up after ovs.
parent c6e7eaf0
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ def cleanup(): ...@@ -27,7 +27,7 @@ def cleanup():
info("*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes" info("*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes"
"\n") "\n")
zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core ' zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core '
zombies += 'udpbwtest' zombies += 'ovs-openflowd udpbwtest'
# Note: real zombie processes can't actually be killed, since they # Note: real zombie processes can't actually be killed, since they
# are already (un)dead. Then again, # are already (un)dead. Then again,
# you can't connect to them either, so they're mostly harmless. # you can't connect to them either, so they're mostly harmless.
......
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