diff --git a/audit/internal/platform/sat.go b/audit/internal/platform/sat.go index 2d90723..44f2aef 100644 --- a/audit/internal/platform/sat.go +++ b/audit/internal/platform/sat.go @@ -332,7 +332,7 @@ func storageSATCommands(devPath string) []satJob { return []satJob{ {name: "nvme-id-ctrl", cmd: []string{"nvme", "id-ctrl", devPath, "-o", "json"}}, {name: "nvme-smart-log", cmd: []string{"nvme", "smart-log", devPath, "-o", "json"}}, - {name: "nvme-device-self-test", cmd: []string{"nvme", "device-self-test", devPath, "--start", "1"}}, + {name: "nvme-device-self-test", cmd: []string{"nvme", "device-self-test", devPath, "-s", "1", "--wait"}}, } } return []satJob{