coturn: add test for static-auth-secret-file

Adds passthru.tests.coturn = nixosTests.coturn;
This commit is contained in:
matthewcroughan 2021-07-03 08:33:39 +01:00
parent 971e37dc07
commit 5df1e9d93d

View file

@ -8,6 +8,7 @@
, libprom , libprom
, libpromhttp , libpromhttp
, libmicrohttpd , libmicrohttpd
, nixosTests
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -34,6 +35,8 @@ stdenv.mkDerivation rec {
./pure-configure.patch ./pure-configure.patch
]; ];
passthru.tests.coturn = nixosTests.coturn;
meta = with lib; { meta = with lib; {
homepage = "https://coturn.net/"; homepage = "https://coturn.net/";
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];