Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Nov 3, 2023
1 parent 40e02d1 commit 97f9bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,8 @@ def verify_networks_in_ceph_pod(pod_networks, net_name, net_namespace):
net_name (str): the network-attachment-definitions name
net_namespace (str): the network-attachment-definitions namespace
bool: return True if net_name and net_namespce exist in pod_networks otherwise False
Returns:
bool: return True if net_name and net_namespce exist in pod_networks otherwise False
"""
ocs_version = version.get_semantic_ocs_version_from_config()
Expand Down

0 comments on commit 97f9bd9

Please sign in to comment.