Test case for ovsdb netvirt
[integration/test.git] / test / csit / variables / ovsdb / create_port_rtr_interface.json
diff --git a/test/csit/variables/ovsdb/create_port_rtr_interface.json b/test/csit/variables/ovsdb/create_port_rtr_interface.json
new file mode 100644 (file)
index 0000000..e674286
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "port": {
+    "binding:host_id": "",
+    "allowed_address_pairs": [],
+    "device_owner": "network:router_interface",
+    "port_security_enabled": false,
+    "binding:profile": {},
+    "fixed_ips": [
+      {
+        "subnet_id": "{subnetId}",
+        "ip_address": "10.1.0.1"
+      }
+    ],
+    "id": "{portId}",
+    "security_groups": [],
+    "device_id": "{rtrId}",
+    "name": "",
+    "admin_state_up": true,
+    "network_id": "{netId}",
+    "tenant_id": "{tntId}",
+    "binding:vif_details": {},
+    "binding:vnic_type": "normal",
+    "binding:vif_type": "unbound",
+    "mac_address": "FA:16:3E:C0:BD:8B"
+  }
+}
\ No newline at end of file