Remove old tests and add lost gerrit changes

Change-Id: Ia0a1c7ea55512febf30385d1aeb4c5715f2d3721
diff --git a/TestON/config/teston.cfg b/TestON/config/teston.cfg
index 52950ec..558a1a1 100644
--- a/TestON/config/teston.cfg
+++ b/TestON/config/teston.cfg
@@ -1,18 +1,18 @@
 <config>
 
     <parser> 
-        <file>/home/admin/TestON/core/xmlparser.py </file>
+        <file>~/OnosSystemTest/TestON/core/xmlparser.py </file>
         <class>xmlparser</class>
     </parser>
-    <mail_to>sean@onlab.us</mail_to>
+    <mail_to>hari@onlab.us</mail_to>
 
     <logger> 
-        <file>/home/admin/TestON/core/logger.py </file>
+        <file>~/OnosSystemTest/TestON/core/logger.py </file>
         <class>Logger</class>
     </logger>
     
     <responseparser>
-        <file>/home/admin/TestON/core/jsonparser.py </file>
+        <file>~/OnosSystemTest/TestON/core/jsonparser.py </file>
         <class>JsonParser</class>
     </responseparser>
 </config>