adding TestON
diff --git a/TestON/examples/CaseParams/CaseParams.ospk b/TestON/examples/CaseParams/CaseParams.ospk
new file mode 100644
index 0000000..53a4925
--- /dev/null
+++ b/TestON/examples/CaseParams/CaseParams.ospk
@@ -0,0 +1,15 @@
+CASE 1
+
+     NAME "Using CASE level parameters to specify the host as h2"
+     STEP "Host IP Checking using checkIP"
+     ON Mininet1 DO checkIP USING CASE['destination'] AND STORE LAST_RESULT IN result
+     STEP "Verifying the result"
+     ASSERT result EQUALS main.TRUE ONPASS "Host h2 IP address configured" ONFAIL "Host h2 IP address didn't configured"
+
+CASE 2
+
+     NAME "Using CASE level parameters to specify the host as h3"
+     STEP "Host IP Checking using checkIP"
+     ON Mininet1 DO checkIP USING CASE['destination'] AND STORE LAST_RESULT IN result
+     STEP "Verifying the result"
+     ASSERT result EQUALS main.TRUE ONPASS "Host h2 IP address configured" ONFAIL "Host h2 IP address didn't configured"