Updated params file to point to topo files in Dependencies

Change-Id: I5ac769ec83898f9f1d1a423909a7b687a115c4af
diff --git a/TestON/tests/CHOtest/CHOtest.params b/TestON/tests/CHOtest/CHOtest.params
index 31b4e08..44a9858 100644
--- a/TestON/tests/CHOtest/CHOtest.params
+++ b/TestON/tests/CHOtest/CHOtest.params
@@ -26,7 +26,7 @@
     </CTRL>
 
     <TOPO1>
-        <topo>~/mininet/custom/topoAtt.py</topo>
+        <topo>~/TestON/tests/CHOtest/Dependencies/topoAtt.py</topo>
         <numSwitches>25</numSwitches>
         <numHosts>25</numHosts>
         <numLinks>114</numLinks>
@@ -34,7 +34,7 @@
     </TOPO1>
 
     <TOPO2>
-        <topo>~/mininet/custom/topoChordal.py</topo>
+        <topo>~/TestON/tests/CHOtest/Dependencies/topoChordal.py</topo>
         <numSwitches>25</numSwitches>
         <numHosts>25</numHosts>
         <numLinks>600</numLinks>
@@ -42,7 +42,7 @@
     </TOPO2>
 
     <TOPO3>
-        <topo>~/mininet/custom/topoSpine.py</topo>
+        <topo>~/TestON/tests/CHOtest/Dependencies/topoSpine.py</topo>
         <numSwitches>78</numSwitches>
         <numHosts>68</numHosts>
         <numLinks>284</numLinks>
@@ -84,4 +84,4 @@
         <SwitchDiscovery>10</SwitchDiscovery>
     </timers>
 
-</PARAMS>
\ No newline at end of file
+</PARAMS>