Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / create_port_dhcp.json
diff --git a/csit/variables/ovsdb/create_port_dhcp.json b/csit/variables/ovsdb/create_port_dhcp.json
new file mode 100644 (file)
index 0000000..d1cd66a
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "port": {
+    "binding:host_id": "{BIND_HOST_ID}",
+    "allowed_address_pairs": [],
+    "device_owner": "network:dhcp",
+    "port_security_enabled": false,
+    "binding:profile": {},
+    "fixed_ips": [
+      {
+        "subnet_id": "{subnetId}",
+        "ip_address": "10.1.0.2"
+      }
+    ],
+    "id": "{dhcpId}",
+    "security_groups": [],
+    "device_id": "{dhcpDeviceId}",
+    "name": "",
+    "admin_state_up": true,
+    "network_id": "{netId}",
+    "tenant_id": "{tntId}",
+    "binding:vif_details": {},
+    "binding:vnic_type": "normal",
+    "binding:vif_type": "unbound",
+    "mac_address": "{dhcpMac}"
+  }
+}
\ No newline at end of file