etcd: add k3s test
This commit is contained in:
parent
1930ecaa74
commit
10f2ace2cb
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub, symlinkJoin, nixosTests }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, symlinkJoin, nixosTests, k3s }:
|
||||
|
||||
let
|
||||
version = "3.5.12";
|
||||
|
@ -67,7 +67,10 @@ symlinkJoin {
|
|||
|
||||
passthru = {
|
||||
inherit etcdserver etcdutl etcdctl;
|
||||
tests = { inherit (nixosTests) etcd etcd-cluster; };
|
||||
tests = {
|
||||
inherit (nixosTests) etcd etcd-cluster;
|
||||
k3s = k3s.passthru.tests.etcd;
|
||||
};
|
||||
};
|
||||
|
||||
paths = [
|
||||
|
|
Loading…
Reference in a new issue