SDC resources deletion makes a lot of issues, so should be enabled on demand
and enabled for all tests after all needed fixes
Issue-ID: INT-2193
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ice1d3558403851e98a05c99608a5ed0ecf0d6689
 
 MODEL_YAML_TEMPLATE = None
 CLEANUP_FLAG = True
-SDC_CLEANUP = True
 
 
 # Disable YAML SDC model definition which means all SDC config reside in SERVICE_YAML_TEMPLATE
 MODEL_YAML_TEMPLATE = None
-SDC_CLEANUP = True
 
     }
 }
 CLEANUP_FLAG = False
-# Additional flag to enable SDC resources cleanup
-# Added as SDC's VSP deletion is broken and most tests fail due to that
-# Should be removed as soon as SDC resource deletion is fixed
-SDC_CLEANUP = True
+SDC_CLEANUP = False
 
 REPORTING_FILE_PATH = "/tmp/reporting.html"
 K8S_REGION_TYPE = "k8s"