teleport: add tests

This commit is contained in:
Yurii Matsiuk 2022-01-08 09:29:19 +01:00
parent 77b442226d
commit 2e9a932193
No known key found for this signature in database
GPG key ID: 61302290298601AA

View file

@ -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/";