Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
tbzatek committed Jan 23, 2025
1 parent 7d66a73 commit f0930b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/dbus-tests/test_40_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ def read_sys_file(value):

rotational = read_sys_file("block/%s/queue/rotational" % os.path.basename(self.cd_dev))

res, _ = self.run_command('udisksctl dump')
print (_)


# values expected are preset by scsi_debug and do not change
expected_prop_vals = {
'MediaCompatibility': ['optical_cd'],
Expand Down

0 comments on commit f0930b5

Please sign in to comment.