adding TestON
diff --git a/TestON/examples/StepParams/StepParams.params b/TestON/examples/StepParams/StepParams.params
new file mode 100644
index 0000000..1401d38
--- /dev/null
+++ b/TestON/examples/StepParams/StepParams.params
@@ -0,0 +1,15 @@
+<PARAMS>
+    <testcases> 1,2 </testcases>
+    <mail> paxweb@paxterrasolutions.com </mail>
+    #'log_dir' = '/home/user/Desktop/openflow_logs/'
+    <CASE1>
+        <STEP1>
+            <host> h2 </host>
+        </STEP1>
+    </CASE1>
+    <CASE2>
+        <STEP1>
+            <host> h3 </host>
+         </STEP1>
+    </CASE2>
+</PARAMS> 
\ No newline at end of file