[ONOS-7492] Add unit test for openstack network and port REST API

Change-Id: I40598775fadbd623a58ec3003841689f3f7ab54b
diff --git a/apps/openstacknetworking/src/test/resources/org/onosproject/openstacknetworking/web/openstack-network.json b/apps/openstacknetworking/src/test/resources/org/onosproject/openstacknetworking/web/openstack-network.json
new file mode 100644
index 0000000..2f4cd93
--- /dev/null
+++ b/apps/openstacknetworking/src/test/resources/org/onosproject/openstacknetworking/web/openstack-network.json
@@ -0,0 +1,20 @@
+{
+  "network": {
+    "id": "396f12f8-521e-4b91-8e21-2e003500433a",
+    "subnets": [
+      "10.10.0.0/24"
+    ],
+    "provider:physical_network": "physnet1",
+    "admin_state_up": true,
+    "tenant_id": "20bd52ff3e1b40039c312395b04683cf",
+    "provider:network_type": "vlan",
+    "router:external": true,
+    "provider:segmentation_id": "1002",
+    "availability_zone_hints": [
+      "1"
+    ],
+    "availability_zones": [
+      "nova"
+    ]
+  }
+}