3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-smartctl-exporter: add passthru.tests

This commit is contained in:
Sergey Lukjanov 2022-12-08 00:49:20 -08:00
parent 7a11d055a3
commit ebcff906a0

View file

@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, buildGoModule
, nixosTests
}:
buildGoModule rec {
@ -20,6 +21,8 @@ buildGoModule rec {
"-X github.com/prometheus/common/version.Version=${version}"
];
passthru.tests = { inherit (nixosTests.prometheus-exporters) smartctl; };
meta = with lib; {
description = "Export smartctl statistics for Prometheus";
homepage = "https://github.com/prometheus-community/smartctl_exporter";