Remove old database files before starting new SCPF tests

Change-Id: I652ca1f28ffb0d345f329de9b4e609926c2e0e1c
diff --git a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
index ef20820..c205778 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
@@ -389,6 +389,10 @@
                                    'WikiPrefix=' + prop[ "WikiPrefix" ],
                                    'WORKSPACE=' + workSpace ] ) {
                             if ( !graphOnly ){
+                                if ( isSCPF ){
+                                    // Remove the old database file
+                                    sh SCPFfunc.cleanupDatabaseFile( testName )
+                                }
                                 sh initAndRunTest( testName, testCategory )
                                 // For the Wiki page
                                 sh cleanAndCopyFiles( pureTestName )