We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710c549 commit 4301db3Copy full SHA for 4301db3
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