Skip to content

Commit

Permalink
delete conflict leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Jun 15, 2024
1 parent 4e822ab commit 9c7d6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4546,7 +4546,6 @@ def check_selinux_relabeling(pod_obj):
logger.info(f"{key} is present in inspect logs of application pod running node")


<<<<<<< HEAD
def verify_log_exist_in_pods_logs(
pod_names,
expected_log,
Expand Down Expand Up @@ -4778,6 +4777,7 @@ def is_rbd_default_storage_class(custom_sc=None):
logger.error("Storageclass {default_rbd_sc} is not a default RBD StorageClass.")
return False


def get_secret_obj(name, namespace):
"""
Get Secret obj by name
Expand Down

0 comments on commit 9c7d6c5

Please sign in to comment.