private static function cleanOldCycles()
 {
     global $CONF;
     self::rrmdir($CONF->CyclePath . '/process/');
     self::rrmdir($CONF->CyclePath . '/originals/');
     DWHInspector::purgeCycles();
 }
 protected function setUp()
 {
     DWHInspector::purgeCycles(false);
     DWHInspector::cleanEtlServers();
     DWHInspector::dropTablePartitions('kalturadw_ds', 'ds_events');
     DWHInspector::dropTablePartitions('kalturadw_ds', 'ds_bandwidth_usage');
 }