teleport: add tests
This commit is contained in:
parent
77b442226d
commit
2e9a932193
@ -6,6 +6,7 @@
|
||||
, protobuf
|
||||
, stdenv
|
||||
, xdg-utils
|
||||
, nixosTests
|
||||
|
||||
, withRoleTester ? true
|
||||
}:
|
||||
@ -95,6 +96,8 @@ buildGo117Module rec {
|
||||
$out/bin/teleport version | grep ${version} > /dev/null
|
||||
'';
|
||||
|
||||
passthru.tests = nixosTests.teleport;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Certificate authority and access plane for SSH, Kubernetes, web applications, and databases";
|
||||
homepage = "https://goteleport.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user