Skip to content

Commit

Permalink
[ISSUE-1219] Function declaration adjustment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrzej Zukowski <[email protected]>
  • Loading branch information
Andrzej-Zukowski committed Jul 25, 2024
1 parent 9d77cb8 commit bd24fa8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ def test_5771_auto_drive_replacement_with_one_volume_per_pod(self):
assert scsi_id, f"scsi_id for drive {drive_name} not found"
logging.info(f"scsi_id: {scsi_id}")

# 14. remnove drive
# 14. remove drive
self.drive_utils[node_ip].remove(scsi_id)
logging.info(f"drive {drive_path}, {scsi_id} removed")

# 15. check driveCR succesfully removed
drive_name = drive["metadata"]["name"]
assert self.utils.check_drive_cr_not_exist(
drive_name=drive_name
assert self.utils.check_drive_cr_exist_or_not(
drive_name=drive_name, cr_existence=False
), f"Drive CR {drive_name} still exists"

# 16. check for events DriveSuccessfullyRemoved in kubernetes events
Expand Down

0 comments on commit bd24fa8

Please sign in to comment.