nixosTests.cfssl: handleTest -> runTest
This commit is contained in:
parent
4633acf70e
commit
1fe7725039
@ -306,7 +306,7 @@ in
|
|||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
] ./ceph-single-node-bluestore-dmcrypt.nix;
|
] ./ceph-single-node-bluestore-dmcrypt.nix;
|
||||||
certmgr = import ./certmgr.nix { inherit pkgs runTest; };
|
certmgr = import ./certmgr.nix { inherit pkgs runTest; };
|
||||||
cfssl = handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./cfssl.nix { };
|
cfssl = runTestOn [ "aarch64-linux" "x86_64-linux" ] ./cfssl.nix;
|
||||||
cgit = runTest ./cgit.nix;
|
cgit = runTest ./cgit.nix;
|
||||||
charliecloud = runTest ./charliecloud.nix;
|
charliecloud = runTest ./charliecloud.nix;
|
||||||
chromadb = runTest ./chromadb.nix;
|
chromadb = runTest ./chromadb.nix;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "cfssl";
|
name = "cfssl";
|
||||||
@ -86,4 +85,3 @@ import ./make-test-python.nix (
|
|||||||
machine.succeed("ls /tmp/certificate-key.pem")
|
machine.succeed("ls /tmp/certificate-key.pem")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user