Skip to content

Commit 623ba23

Browse files
authored
Merge pull request #1069 from tbzatek/smart-6
tests: Add KINGSTON SA400S37240G SSD skdump
2 parents 2a9339a + 6eb7ebf commit 623ba23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

tests/smart_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class SMARTTest(unittest.TestCase):
2121
SKDUMPS = ["TOSHIBA_THNSNH128GBST", "Hitachi_HDS721010CLA632", "WDC_WD20EARS-00MVWB0",
2222
"SAMSUNG_HS122JC", "SAMSUNG_MMCRE28G5MXP-0VBH1", "IBM_IC25N020ATCS04-0",
2323
"Maxtor_6Y120P0", "SiliconPower_SSD_SBFM61.3", "Patriot_Burst_240GB",
24-
"KINGSTON_SA400S37480G_SBFKQ13", "GIGABYTE_GP-GSTFS31100TNTD",
25-
"Biwintech_SSD_SX500"]
24+
"KINGSTON_SA400S37480G_SBFKQ13", "KINGSTON_SA400S37240G_SBFK71B1",
25+
"GIGABYTE_GP-GSTFS31100TNTD", "Biwintech_SSD_SX500"]
2626

2727
@classmethod
2828
def setUpClass(cls):

0 commit comments

Comments
 (0)