STC scenario for testing posting and removal of configs

Change-Id: I5395d6b42a52ba29063eb9ee139dcfb659247614
diff --git a/tools/test/scenarios/netcfg-test/dhcp-cfg2.json b/tools/test/scenarios/netcfg-test/dhcp-cfg2.json
new file mode 100644
index 0000000..48f82ca
--- /dev/null
+++ b/tools/test/scenarios/netcfg-test/dhcp-cfg2.json
@@ -0,0 +1,22 @@
+{
+  "apps": {
+    "org.onosproject.dhcp" : {
+      "dhcp" : {
+        "ip": "10.1.11.50",
+        "mac": "ca:fe:ca:fe:ca:fe",
+        "subnet": "255.255.252.0",
+        "broadcast": "10.1.11.255",
+        "router": "10.1.8.1",
+        "domain": "8.8.8.8",
+        "ttl": "21",
+        "lease": "22",
+        "renew": "23",
+        "rebind": "24",
+        "delay": "25",
+        "timeout": "26",
+        "startip": "10.1.11.51",
+        "endip": "10.1.11.100"
+      }
+    }
+  }
+}