Step 2: Move test folder to root
[integration/test.git] / test / csit / variables / ovsdb / create_port_dhcp.json
diff --git a/test/csit/variables/ovsdb/create_port_dhcp.json b/test/csit/variables/ovsdb/create_port_dhcp.json
deleted file mode 100644 (file)
index d1cd66a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-  "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