Force kill leftover python webserver

Should fix startup issues with dynamic clustering tests in production

Change-Id: I4fbce826ab2b6fb13fec24055ed7b34c809630ec
diff --git a/TestON/bin/cleanup.sh b/TestON/bin/cleanup.sh
index ec67ea6..7f3687d 100755
--- a/TestON/bin/cleanup.sh
+++ b/TestON/bin/cleanup.sh
@@ -36,6 +36,7 @@
 sudo pkill dhclient
 sudo pkill dhcpd
 sudo kill -9 `ps -ef | grep "bird" | grep -v grep | awk '{print $2}'`
+sudo kill -9 `ps ax | grep '[p]ython -m SimpleHTTPServer 8000' | awk '{print $1}'`
 
 
 # Restore persistent firewall rules