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
16
test/disk_tests/ssd_smart/sdc_smart_expected.json
Normal file
16
test/disk_tests/ssd_smart/sdc_smart_expected.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type" : "ata",
|
||||
"health" : "PASSED",
|
||||
"attributes" : [
|
||||
{
|
||||
"value" : 99,
|
||||
"fail" : "-",
|
||||
"raw" : "34",
|
||||
"flags" : "PO--CK",
|
||||
"id" : "177",
|
||||
"name" : "Wear_Leveling_Count",
|
||||
"threshold" : 0,
|
||||
"worst" : 99
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user