Update Atomix data position

Change-Id: I56850057f90b421e15e4b6f7fa997cfae8e14882
diff --git a/TestON/tests/HA/HAsanity/HAsanity.py b/TestON/tests/HA/HAsanity/HAsanity.py
index 770530d..f891a85 100644
--- a/TestON/tests/HA/HAsanity/HAsanity.py
+++ b/TestON/tests/HA/HAsanity/HAsanity.py
@@ -97,7 +97,7 @@
             applyFuncs = main.HA.startingMininet
 
         main.testSetUp.ONOSSetUp( main.Cluster, cellName=cellName, removeLog=True,
-                                  extraApply=applyFuncs,
+                                  extraApply=applyFuncs, stopAtomix=True,
                                   includeCaseDesc=False )
         main.HA.initialSetUp()
 
diff --git a/TestON/tests/dependencies/Cluster.py b/TestON/tests/dependencies/Cluster.py
index 50b0ca0..29966d6 100644
--- a/TestON/tests/dependencies/Cluster.py
+++ b/TestON/tests/dependencies/Cluster.py
@@ -601,6 +601,6 @@
         ret = True
         for n in self.runningNodes:
             # Partition logs
-            ret = ret and n.server.folderSize( "/opt/onos/apache-karaf-*/data/db/partitions/*/*.log",
+            ret = ret and n.server.folderSize( "/opt/atomix/data/raft/partitions/*/*.log",
                                                size=maxSize, unit=units, ignoreRoot=False )
         return ret