Details
Priority
LowestAssignee
UnassignedUnassignedReporter
Sébastien DuthilSébastien DuthilSprint
Story Points
3Labels
Details
Details
Priority
Assignee
Unassigned
UnassignedReporter
Sébastien Duthil
Sébastien DuthilSprint
Story Points
3
Labels
Zendesk Support
Zendesk Support
Zendesk Support
Created October 4, 2023 at 6:44 PM
Updated March 12, 2024 at 8:38 PM
Given default config in provisioning settings (host, port)
Given a provisioning plugin is configured
Then a HTTP request
GET http://host:port/some-provisioning-file
returns a fileGiven DHCP is enabled
Then the DHCP configuration files should contain the default host and port in option 66
Given custom config in provisioning settings (host, port)
Given a provisioning plugin is configured
Given DHCP is enabled
Then the DHCP configuration files should contain host and port
Then a HTTP request
GET http://host:port/some-provisioning-file
returns a file