summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-24 08:42:49 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-24 19:19:41 +1000
commit44d51e3d59776543aebdcfa687203ce9fe9827b5 (patch)
treeeedb117107c8ee99db223335a48a1c957f4b5e13 /pkgs/applications
parent8dde0027247d16d26651c1c77875312f3d746d66 (diff)
downloadnixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar.gz
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar.bz2
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar.lz
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar.xz
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.tar.zst
nixpkgs-44d51e3d59776543aebdcfa687203ce9fe9827b5.zip
cni-plugins: add cri-o to passthru.tests
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/cni/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix
index 1b97a3651c7..3822f453a30 100644
--- a/pkgs/applications/networking/cluster/cni/plugins.nix
+++ b/pkgs/applications/networking/cluster/cni/plugins.nix
@@ -38,7 +38,7 @@ buildGoModule rec {
     "plugins/meta/tuning"
   ];
 
-  passthru.tests = { inherit (nixosTests) podman; };
+  passthru.tests = { inherit (nixosTests) cri-o podman; };
 
   meta = with lib; {
     description = "Some standard networking plugins, maintained by the CNI team";