nit: use shb nixos tester
The pkgs.nixosTest has been deprecated
This commit is contained in:
parent
7b58458270
commit
6ebd3204c9
2 changed files with 7 additions and 7 deletions
|
|
@ -136,7 +136,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
basic = pkgs.nixosTest {
|
basic = shb.test.runNixOSTest {
|
||||||
name = "immich-basic";
|
name = "immich-basic";
|
||||||
|
|
||||||
nodes.server = basic;
|
nodes.server = basic;
|
||||||
|
|
@ -145,7 +145,7 @@ in
|
||||||
testScript = commonTestScript;
|
testScript = commonTestScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
https = pkgs.nixosTest {
|
https = shb.test.runNixOSTest {
|
||||||
name = "immich-https";
|
name = "immich-https";
|
||||||
|
|
||||||
nodes.server = https;
|
nodes.server = https;
|
||||||
|
|
@ -154,7 +154,7 @@ in
|
||||||
testScript = commonTestScript;
|
testScript = commonTestScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
backup = pkgs.nixosTest {
|
backup = shb.test.runNixOSTest {
|
||||||
name = "immich-backup";
|
name = "immich-backup";
|
||||||
|
|
||||||
nodes.server = backup;
|
nodes.server = backup;
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
basic = pkgs.nixosTest {
|
basic = shb.test.runNixOSTest {
|
||||||
name = "paperless-basic";
|
name = "paperless-basic";
|
||||||
|
|
||||||
nodes.server = basic;
|
nodes.server = basic;
|
||||||
|
|
@ -142,7 +142,7 @@ in
|
||||||
testScript = commonTestScript;
|
testScript = commonTestScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
https = pkgs.nixosTest {
|
https = shb.test.runNixOSTest {
|
||||||
name = "paperless-https";
|
name = "paperless-https";
|
||||||
|
|
||||||
nodes.server = https;
|
nodes.server = https;
|
||||||
|
|
@ -151,7 +151,7 @@ in
|
||||||
testScript = commonTestScript;
|
testScript = commonTestScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
sso = pkgs.nixosTest {
|
sso = shb.test.runNixOSTest {
|
||||||
name = "paperless-https";
|
name = "paperless-https";
|
||||||
|
|
||||||
nodes.server = sso;
|
nodes.server = sso;
|
||||||
|
|
@ -160,7 +160,7 @@ in
|
||||||
testScript = commonTestScript;
|
testScript = commonTestScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
backup = pkgs.nixosTest {
|
backup = shb.test.runNixOSTest {
|
||||||
name = "paperless-backup";
|
name = "paperless-backup";
|
||||||
|
|
||||||
nodes.server = backup;
|
nodes.server = backup;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue