Changing stc scenarios to be compatible with multiple links in the ATT MPLS test topology.

Change-Id: I9ee8fd9a3279a0d59f837569a7ada0eb77fd1d41
diff --git a/tools/test/scenarios/net-pingall.xml b/tools/test/scenarios/net-pingall.xml
index 70ce510..3a4f684 100644
--- a/tools/test/scenarios/net-pingall.xml
+++ b/tools/test/scenarios/net-pingall.xml
@@ -20,7 +20,7 @@
               exec="onos-mininet sendAndExpect py net.pingAll(1) --expect Results: .* dropped"/>
 
         <step name="Check-Summary-For-Hosts" requires="~Ping-All-And-Verify"
-              exec="onos-check-summary ${OC1} [0-9]* 25 112 25"/>
+              exec="onos-check-summary ${OC1} [0-9]* 25 140 25"/>
 
         <step name="Config-Topo" requires="Check-Summary-For-Hosts"
               exec="onos-topo-cfg ${OC1} ${ONOS_ROOT}/tools/test/topos/attmpls.json"/>
diff --git a/tools/test/scenarios/net-setup.xml b/tools/test/scenarios/net-setup.xml
index 95347f0..6fef8b1 100644
--- a/tools/test/scenarios/net-setup.xml
+++ b/tools/test/scenarios/net-setup.xml
@@ -37,7 +37,7 @@
               exec="onos-mininet wait 15"/>
 
         <step name="Check-Summary" requires="Wait-For-Mininet"
-              exec="onos-check-summary ${OC1} [0-9]* 25 112 0"/>
+              exec="onos-check-summary ${OC1} [0-9]* 25 140 0"/>
 
         <step name="Balance-Masters" requires="Check-Summary"
               exec="onos ${OC1} balance-masters"/>