ONOS-3692 Southbound Rest provider and protocol

Change-Id: I74a5752d4fce1df88828fa6c531979ab7c30a26a
t
diff --git a/tools/test/configs/restSB-cfg.json b/tools/test/configs/restSB-cfg.json
new file mode 100644
index 0000000..19bf776
--- /dev/null
+++ b/tools/test/configs/restSB-cfg.json
@@ -0,0 +1,20 @@
+{
+  "devices": {
+    "rest:127.0.0.1:8080": {
+      "basic": {
+        "driver": "rest"
+      }
+    }
+  },
+  "apps": {
+    "org.onosproject.restsb": {
+      "restDevices": [{
+        "name": "local",
+        "password": "local",
+        "ip": "127.0.0.1",
+        "port": 8080,
+        "protocol": "http"
+      }]
+    }
+  }
+}
\ No newline at end of file