-Raise the upper bound for ping action
JIRA: SDNVPN-154
Change-Id: Ifadf58f551f706a90cc17b0b1f8d05718e4908f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
                     break
 
     def ping_ip_test(self, address):
-        ping = "ping %s -c 3" % address
+        ping = "ping %s -c 10" % address
         testcase_name = "Ping IP %s" % address
         logger.debug(testcase_name)
         exit_code = ft_utils.execute_command(ping)
 
     else:
         results.add_failure(msg)
 
+    results.add_to_summary(0, "=")
     results.record_action("Ping %s via Floating IP" % vm_1.name)
     results.add_to_summary(0, "-")
     results.ping_ip_test(fip['fip_addr'])