Adding sample config.

Change-Id: I9a1b5905057fbfc0be409ec844aaa61c80242607
diff --git a/tools/test/configs/sample-basic.json b/tools/test/configs/sample-basic.json
new file mode 100644
index 0000000..430bce1
--- /dev/null
+++ b/tools/test/configs/sample-basic.json
@@ -0,0 +1,14 @@
+/* curl -X POST -H'Content-type:application/json' http://$OCI:8181/onos/v1/network/configuration -d @/users/tom/onos/tools/test/configs/sample-basic.json */
+{
+  "devices": {
+    "of:001122334455667788" : {
+      "basic" : {
+        "allowed": false,
+        "name": "Bad Device",
+        "owner": "Luigi"
+      }
+    }
+  },
+  "hosts": {},
+  "links": {}
+}
\ No newline at end of file