Skip to content

Commit e8daa50

Browse files
committed
Add hotplug endpoint to test API representation
Extend the python test API to include the hotplug endpoint. Signed-off-by: James Curtis <[email protected]>
1 parent e3893d3 commit e8daa50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/framework/http_api.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ def __init__(self, api_usocket_full_name):
123123
self.snapshot_load = Resource(self, "/snapshot/load")
124124
self.cpu_config = Resource(self, "/cpu-config")
125125
self.entropy = Resource(self, "/entropy")
126+
self.hotplug = Resource(self, "/hotplug")

0 commit comments

Comments
 (0)