Fixing property file overwritting in Jenkins Pipelines

Change-Id: Ic7325da3ed73cb07af01ce67e1f44db3215216c3
diff --git a/TestON/JenkinsFile/SRHAJenkinsFile b/TestON/JenkinsFile/SRHAJenkinsFile
index 3ca8810..90c882c 100644
--- a/TestON/JenkinsFile/SRHAJenkinsFile
+++ b/TestON/JenkinsFile/SRHAJenkinsFile
@@ -39,7 +39,7 @@
 // read the TestON.property depends on which branch it is running.
 // ( currently master on Fabric4, 2.1 on Fabric3 and 1.15 on Fabric2 )
 def prop = null
-prop = funcs.getProperties()
+prop = funcs.getProperties( "SRHA" )
 SRHA_tests = test_list.getTestsFromCategory( "SRHA" )
 
 // set the file paths and directory