add ssd and smart regression tests
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
b069cdec67
commit
8ae0b78f64
46
test/disk_tests/ssd_smart/sde_smart_expected.json
Normal file
46
test/disk_tests/ssd_smart/sde_smart_expected.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"attributes" : [
|
||||
{
|
||||
"worst" : 0,
|
||||
"threshold" : 0,
|
||||
"name" : "Wear_Leveling_Count",
|
||||
"value" : 0,
|
||||
"id" : "177",
|
||||
"raw" : "0",
|
||||
"flags" : "------",
|
||||
"fail" : "-"
|
||||
},
|
||||
{
|
||||
"worst" : 100,
|
||||
"name" : "Unknown_SSD_Attribute",
|
||||
"threshold" : 0,
|
||||
"id" : "230",
|
||||
"fail" : "-",
|
||||
"flags" : "PO--C-",
|
||||
"raw" : "100",
|
||||
"value" : 100
|
||||
},
|
||||
{
|
||||
"worst" : 91,
|
||||
"threshold" : 11,
|
||||
"name" : "Temperature_Celsius",
|
||||
"id" : "231",
|
||||
"flags" : "------",
|
||||
"raw" : "4294967296",
|
||||
"fail" : "-",
|
||||
"value" : 91
|
||||
},
|
||||
{
|
||||
"worst" : 0,
|
||||
"threshold" : 0,
|
||||
"name" : "Media_Wearout_Indicator",
|
||||
"id" : "233",
|
||||
"flags" : "-O--CK",
|
||||
"raw" : "43362",
|
||||
"fail" : "-",
|
||||
"value" : 0
|
||||
}
|
||||
],
|
||||
"type" : "ata",
|
||||
"health" : "PASSED"
|
||||
}
|
||||
Reference in New Issue
Block a user