]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: fix mypy errors
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 3 Feb 2026 13:41:13 +0000 (14:41 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 5 Feb 2026 16:40:11 +0000 (17:40 +0100)
commit1ba227959c6ebaa59d7dc673e035f28c5c1b32fc
tree2b67fa91d3a64959577a085df8a1ecf1222b1c6a
parent4ffb29a291a84857e9c7769524188543cb718774
node-proxy: fix mypy errors

this commit fixes mypy errors by adding explicit types for get_path
and get_* getters methods, extending SystemBackend with
start/shutdown and declaring _ca_temp_file on NodeProxyManager

Fixes: https://tracker.ceph.com/issues/74749
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-node-proxy/ceph_node_proxy/baseredfishsystem.py
src/ceph-node-proxy/ceph_node_proxy/main.py
src/ceph-node-proxy/ceph_node_proxy/protocols.py
src/ceph-node-proxy/ceph_node_proxy/redfish_client.py
src/ceph-node-proxy/ceph_node_proxy/util.py