Fix baremetal get_node_console

Fix name for calling function in Node object.

Partial-Bug: #2099872
Change-Id: If4e70c180972991a65dc47599d6baa2aa6c935c2
This commit is contained in:
Vasyl Saienko
2025-02-24 07:28:45 +00:00
parent edef7e17df
commit 8aa38efec0

View File

@@ -1229,7 +1229,7 @@ class Proxy(proxy.Proxy):
:returns: Connection information for the console.
"""
res = self._get_resource(_node.Node, node)
return res.get_node_console(self)
return res.get_console(self)
def enable_node_console(self, node):
"""Enable the console for a node.