Fix DB file name on SCPFintenteRerouteLatWithFOBJ
    - Also, change the batch size list. Will not run 1000 batch size.

Change-Id: I63b11c791592b8b0bf52173a05e4575b5f458633
diff --git a/TestON/tests/SCPF/SCPFintentRerouteLatWithFlowObj/SCPFintentRerouteLatWithFlowObj.params b/TestON/tests/SCPF/SCPFintentRerouteLatWithFlowObj/SCPFintentRerouteLatWithFlowObj.params
index 35fbefb..68c0a37 100644
--- a/TestON/tests/SCPF/SCPFintentRerouteLatWithFlowObj/SCPFintentRerouteLatWithFlowObj.params
+++ b/TestON/tests/SCPF/SCPFintentRerouteLatWithFlowObj/SCPFintentRerouteLatWithFlowObj.params
@@ -14,13 +14,13 @@
         <skipCleanInstall>yes</skipCleanInstall>
         <warmUp>5</warmUp>
         <sampleSize>20</sampleSize>
-        <intents>1,100,1000</intents>                       #list format, will be split on ','
+        <intents>1,100</intents>                       #list format, will be split on ','
         <ingress>null:0000000000000001/0</ingress>
         <egress>null:0000000000000007/0</egress>
         <debug>False</debug>
     </TEST>
     <DATABASE>
-        <file>/tmp/IntentRerouteLatDB</file>
+        <file>/tmp/IntentRerouteLatDBWithFlowObj</file>
     </DATABASE>
 
     <GIT>