Fix a bug of totalFlows is -1 beacuse timeout
    - Use REST API to get total ADDED flows

Change-Id: I0f3cbe3835e7744c6d643ceb8a668ee9a5dad979
diff --git a/TestON/tests/SCPFmaxIntents/SCPFmaxIntents.topo b/TestON/tests/SCPFmaxIntents/SCPFmaxIntents.topo
index f34ed12..f2fbc0a 100755
--- a/TestON/tests/SCPFmaxIntents/SCPFmaxIntents.topo
+++ b/TestON/tests/SCPFmaxIntents/SCPFmaxIntents.topo
@@ -21,6 +21,17 @@
             </COMPONENTS>
         </ONOScli1>
 
+        <ONOSrest1>
+            <host>OC1</host>
+            <port>8181</port>
+            <user>onos</user>
+            <password>rocks</password>
+            <type>OnosRestDriver</type>
+            <connect_order>3</connect_order>
+            <COMPONENTS>
+            </COMPONENTS>
+        </ONOSrest1>
+
         <Mininet1>
             <host>localhost</host>
             <user>admin</user>