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,6 +1,5 @@
|
|||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
{
|
||||||
{
|
|
||||||
name = "cfssl";
|
name = "cfssl";
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
@ -85,5 +84,4 @@ import ./make-test-python.nix (
|
|||||||
machine.wait_until_succeeds("${cfsslrequest}")
|
machine.wait_until_succeeds("${cfsslrequest}")
|
||||||
machine.succeed("ls /tmp/certificate-key.pem")
|
machine.succeed("ls /tmp/certificate-key.pem")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user