[ONOS-7826] Adding a TAPI 2.1 Flow Rule programmable behaviour
Change-Id: I0b0070c4ca2a8c175b1fc6a4107566bb503e5b04
diff --git a/apps/odtn/api/src/test/resources/tapi-ols.json b/apps/odtn/api/src/test/resources/tapi-ols.json
new file mode 100644
index 0000000..a49ca8c
--- /dev/null
+++ b/apps/odtn/api/src/test/resources/tapi-ols.json
@@ -0,0 +1,18 @@
+{
+ "devices": {
+ "rest:127.0.0.1:1234": {
+ "rest": {
+ "ip": "127.0.0.1",
+ "port": 1234,
+ "protocol": "http",
+ "testUrl":"/data/context/",
+ "manufacturer": "tapi-swagger",
+ "hwVersion": "0",
+ "swVersion": "2.1"
+ },
+ "basic": {
+ "driver": "ols"
+ }
+ }
+ }
+}
\ No newline at end of file