From d7cfb729c397280eaf1ba1ea3975a02c644aa3f6 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Mar 2017 13:46:51 -0700 Subject: [PATCH] Pass code check and add ovs-testcontroller to zombies --- mininet/clean.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mininet/clean.py b/mininet/clean.py index f215144..248de8b 100755 --- a/mininet/clean.py +++ b/mininet/clean.py @@ -50,8 +50,9 @@ class Cleanup( object ): info( "*** Removing excess controllers/ofprotocols/ofdatapaths/" "pings/noxes\n" ) - zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core ' - zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs ryu-manager' + zombies = ( 'controller ofprotocol ofdatapath ping nox_core' + 'lt-nox_core ovs-openflowd ovs-controller' + 'ovs-testcontroller udpbwtest mnexec ivs ryu-manager' ) # Note: real zombie processes can't actually be killed, since they # are already (un)dead. Then again, # you can't connect to them either, so they're mostly harmless.