cni-plugins: add passthru.tests

This commit is contained in:
zowoq 2020-05-19 10:40:59 +10:00
parent 277b1da2ea
commit 7eda9f6e30

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }: { lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGoModule rec { buildGoModule rec {
pname = "cni-plugins"; pname = "cni-plugins";
@ -36,6 +36,8 @@ buildGoModule rec {
"plugins/meta/tuning" "plugins/meta/tuning"
]; ];
passthru.tests.podman = nixosTests.podman;
meta = with lib; { meta = with lib; {
description = "Some standard networking plugins, maintained by the CNI team"; description = "Some standard networking plugins, maintained by the CNI team";
homepage = "https://github.com/containernetworking/plugins"; homepage = "https://github.com/containernetworking/plugins";