commented out lines that do exit if a ping fails in point-to-point intents
diff --git a/TestON/tests/FuncNext/FuncNext.py b/TestON/tests/FuncNext/FuncNext.py
index e6fdec5..36e0376 100755
--- a/TestON/tests/FuncNext/FuncNext.py
+++ b/TestON/tests/FuncNext/FuncNext.py
@@ -250,7 +250,7 @@
  
         
         print "_____________________________________________________________________________________"
-        '''
+        
         main.step("Add point-to-point intents for mininet hosts h8 and h18 or ONOS hosts h8 and h12")
         ptp_intent_result = main.ONOS2.add_point_intent("of:0000000000003008", 1, "of:0000000000006018", 1)
         if ptp_intent_result == main.TRUE:
@@ -382,7 +382,7 @@
             main.log.info(get_intent_result)
 
         print("_______________________________________________________________________________________")
-       ''' 
+        
         #Unistall onos-app-fwd app to disable reactive forwarding
         appUninstall_result = main.ONOS2.feature_uninstall("onos-app-fwd")
         main.log.info("onos-app-fwd uninstalled")
@@ -420,8 +420,8 @@
                 Ping_Result = main.ERROR
         if Ping_Result==main.FALSE:
             main.log.report("Intents have not ben installed correctly. Cleaning up")
-            main.cleanup()
-            main.exit()
+            #main.cleanup()
+            #main.exit()
         if Ping_Result==main.TRUE:
             main.log.report("Intents have been installed correctly")