Skip to content

Commit

Permalink
update #85 tests to the new test format
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Apr 19, 2024
1 parent 62d8752 commit 61785a8
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions tests/dataset/singletests/megaraid_jbod_sas_hdd_0/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,19 @@
"Load_Cycle_Spec": 0,
"Non_Medium_Errors": null,
"Power_On_Hours": null,
"Reads_GB": 27805.729,
"Reads_count": 58312840183,
"Reallocated_Sector_Ct": 0,
"Start_Stop_Cycles": 135,
"Start_Stop_Pct_Left": null,
"Start_Stop_Spec": null,
"Uncorrected_Reads": 0,
"Uncorrected_Verifies": 0,
"Uncorrected_Writes": 0,
"Verifies_GB": 0.016,
"Verifies_count": 33554,
"Writes_GB": 9378.908,
"Writes_count": 19668995670,
"_Reads_GB": 27805.729,
"_Reads_count": null,
"_Uncorrected_Reads": 0,
Expand All @@ -288,7 +297,8 @@
"_Verifies_count": null,
"_Writes_GB": 9378.908,
"_Writes_count": null,
"_block_size": 512
"_block_size": 512,
"block_size": 512
},
"diags": {
"Corrected_Reads": "0",
Expand Down Expand Up @@ -349,11 +359,12 @@
},
"tests": [
{
"asc": "-",
"ascq": "-",
"ASC": "-",
"ASCQ": "-",
"LBA": "-",
"_format": "scsi",
"code": null,
"hours": "349",
"lba": "-",
"nsid": null,
"num": 1,
"remain": null,
Expand Down

0 comments on commit 61785a8

Please sign in to comment.