cni-plugins: add cri-o to passthru.tests

This commit is contained in:
zowoq 2020-08-24 08:42:49 +10:00
parent 8dde002724
commit 44d51e3d59

View File

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