containerd: add kubernetes to passthru.tests

This commit is contained in:
zowoq
2023-03-30 14:30:30 +10:00
parent 29b1dacd2b
commit 0dff2d8a48
@@ -6,6 +6,7 @@
, installShellFiles
, util-linux
, nixosTests
, kubernetes
}:
buildGoModule rec {
@@ -42,7 +43,7 @@ buildGoModule rec {
runHook postInstall
'';
passthru.tests = { inherit (nixosTests) docker; };
passthru.tests = { inherit (nixosTests) docker; } // kubernetes.tests;
meta = with lib; {
changelog = "https://github.com/containerd/containerd/releases/tag/${src.rev}";