Skip to content

Commit

Permalink
Add hotplug endpoint to test API representation
Browse files Browse the repository at this point in the history
Extend the python test API to include the hotplug endpoint.

Signed-off-by: James Curtis <[email protected]>
  • Loading branch information
JamesC1305 committed Aug 22, 2024
1 parent e3893d3 commit e8daa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/framework/http_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ def __init__(self, api_usocket_full_name):
self.snapshot_load = Resource(self, "/snapshot/load")
self.cpu_config = Resource(self, "/cpu-config")
self.entropy = Resource(self, "/entropy")
self.hotplug = Resource(self, "/hotplug")

0 comments on commit e8daa50

Please sign in to comment.