]> 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, 19 Feb 2026 12:51:34 +0000 (12:51 +0000)
commiteef0ca7d50a350c671a63832c541e45842d69f2e
treec828221622d770b76d8d7a324e0999e933639707
parent978c7896afc9ffe1ffd021d3e757f39d1247f274
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>
(cherry picked from commit 1d8a46cda45ff0c9f97a30eff59204513979a0f8)
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