large commit. refactoring, fio code totally reworker, huge improvenent in test time and results, etc
diff --git a/sensors/deploy_sensors.py b/sensors/deploy_sensors.py
index e0428d9..3c715ef 100644
--- a/sensors/deploy_sensors.py
+++ b/sensors/deploy_sensors.py
@@ -88,6 +88,8 @@
     if isinstance(uri_or_conn, basestring):
         conn.close()
 
+    logger.debug("Sensors stopped and removed")
+
 
 def stop_and_remove_sensors(config, remote_path='/tmp/sensors',
                             connected_config=None):