Sample app activation functionality platform test
diff --git a/TestON/tests/FuncPlatform/FuncPlatform.params b/TestON/tests/FuncPlatform/FuncPlatform.params
index e0c40aa..eb274ae 100644
--- a/TestON/tests/FuncPlatform/FuncPlatform.params
+++ b/TestON/tests/FuncPlatform/FuncPlatform.params
@@ -1,11 +1,20 @@
 <PARAMS>
-    <testcases>1,2</testcases>
-    <startupSrc>
-        /home/admin/ONLabTest/TestON/tests/FuncPlatform/Dependency/Startup.py
-    </startupSrc>
-    <startupClassName>
-        Startup
-    </startupClassName>
+    <testcases>1,2,3</testcases>
+    <DEP>
+        <startupSrc>
+            /home/admin/ONLabTest/TestON/tests/FuncPlatform/Dependency/Startup.py
+        </startupSrc>
+        <startupClassName>
+            Startup
+        </startupClassName>
+        
+        <appSrc>
+            /home/admin/ONLabTest/TestON/tests/FuncPlatform/Dependency/App.py
+        </appSrc>
+        <appClassName>
+            App
+        </appClassName>
+    </DEP> 
 
     <CTRL>
         <num>3</num>
@@ -14,7 +23,20 @@
         <ip2>10.128.174.2</ip2>
         <ip3>10.128.174.3</ip3>
     </CTRL>
-    
+  
+    <MN>
+        <ip>10.128.10.90</ip>
+    </MN>
+
+    <BENCH>
+        <ip>10.128.174.10</ip>
+    </BENCH>
+
+    <CELL>
+        <name>func_plat</name>
+        <appStr>"drivers,openflow"</appStr>
+    </CELL>
+
     <GIT>
         <branchName>master</branchName>
         <pull>off</pull>