[ONOS-6409] Create throughput test for FlowObjective subsystem - Python Part

Change-Id: Ifd2b8253a0c82bef7ecd62667e47ed62b566932f
diff --git a/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.params b/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.params
index a76ff19..f948b5a 100644
--- a/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.params
+++ b/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.params
@@ -18,10 +18,17 @@
         <sampleSize>20</sampleSize>                     #number of runs to take data from
         <neighbors>0,a</neighbors>                      #list of number of neighbors, a = all
         <flows>122500</flows>
+        <flowObj>false</flowObj>                         #flow objectives will be tested
+        <flowObjectives>10000</flowObjectives>
+        <flowObjType>filter</flowObjType>               #flow objective type i.e. either forward
         <switches>35</switches>
         <cooldown>10</cooldown>
         <testCMD0>flow-tester.py -f</testCMD0>          #base command
         <testCMD1> -n </testCMD1>                       #neighbors
+        <testCMD2>flow-obj-tester.py -f</testCMD2>
+        <testCMD3> -t </testCMD3>                       #flow objective type
+        <flowResultFile>/tmp/flowTP1gDB</flowResultFile>
+        <flowObjResultFile>/tmp/flowTP1gDBFlowObj</flowObjResultFile>
 
     </TEST>
     <CFG>