Files
pve-storage/test/disk_tests/ssd_smart/sde_smart_expected.json
Dominik Csapak 8ae0b78f64 add ssd and smart regression tests
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-10-28 10:22:08 +02:00

47 lines
831 B
JSON

{
"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"
}