X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fovsdb%2Fupdate_port_dhcp.json;fp=csit%2Fvariables%2Fovsdb%2Fupdate_port_dhcp.json;h=c02e012cd513df3cdc8a33a0c238b58c37fb2b4c;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=0000000000000000000000000000000000000000;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/csit/variables/ovsdb/update_port_dhcp.json b/csit/variables/ovsdb/update_port_dhcp.json new file mode 100644 index 0000000000..c02e012cd5 --- /dev/null +++ b/csit/variables/ovsdb/update_port_dhcp.json @@ -0,0 +1,19 @@ +{ +"port": { + "binding:host_id": "{BIND_HOST_ID}", + "allowed_address_pairs": [], + "extra_dhcp_opts": [], + "device_owner": "network:dhcp", + "binding:profile": {}, + "port_security_enabled": false, + "security_groups": [], + "device_id": "{dhcpDeviceId}", + "name": "", + "admin_state_up": true, + "binding:vif_details": { + "port_filter": true + }, + "binding:vnic_type": "normal", + "binding:vif_type": "ovs" + } +} \ No newline at end of file