summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-12-03 00:54:10 +0100
committerGitHub <noreply@github.com>2021-12-03 00:54:10 +0100
commit559552ea19ccf7bb23a31781d0273492fc600b05 (patch)
treeb132d1a71d1ddd7c4a320b788f62372330e82111 /nixos/tests/all-tests.nix
parentc5a25631cfe927250fbcc8ee2be9d8357b6a781f (diff)
parent9d01ce82acd4c36f97ee3e689ebfe574640e3e25 (diff)
downloadnixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar.gz
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar.bz2
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar.lz
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar.xz
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.tar.zst
nixpkgs-559552ea19ccf7bb23a31781d0273492fc600b05.zip
Merge pull request #145695 from mohe2015/step-ca-tests
nixos/tests: add step-ca test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e2b9c868bc8..6677e9d093b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -432,6 +432,7 @@ in
   sslh = handleTest ./sslh.nix {};
   sssd = handleTestOn ["x86_64-linux"] ./sssd.nix {};
   sssd-ldap = handleTestOn ["x86_64-linux"] ./sssd-ldap.nix {};
+  step-ca = handleTestOn ["x86_64-linux"] ./step-ca.nix {};
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};
   sway = handleTest ./sway.nix {};