We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3893d3 commit e8daa50Copy full SHA for e8daa50
tests/framework/http_api.py
@@ -123,3 +123,4 @@ def __init__(self, api_usocket_full_name):
123
self.snapshot_load = Resource(self, "/snapshot/load")
124
self.cpu_config = Resource(self, "/cpu-config")
125
self.entropy = Resource(self, "/entropy")
126
+ self.hotplug = Resource(self, "/hotplug")
0 commit comments