We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5587 commit 449a0caCopy full SHA for 449a0ca
smartctl_test.go
@@ -29,6 +29,7 @@ func TestBuildDeviceLabel(t *testing.T) {
29
// Some cases extracted from smartctl docs. Are these the prettiest?
30
// Probably not. Are they unique enough. Definitely.
31
{"/dev/sg1", "cciss,1", "sg1_cciss_1"},
32
+ {"/dev/sda", "cciss,0", "sda_cciss_0"},
33
{"/dev/bsg/sssraid0", "sssraid,0,1", "bsg_sssraid0_sssraid_0_1"},
34
{"/dev/cciss/c0d0", "cciss,0", "cciss_c0d0_cciss_0"},
35
{"/dev/sdb", "aacraid,1,0,4", "sdb_aacraid_1_0_4"},
0 commit comments