tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests: Add names
Robert Hensing
3 years ago
e260018f
0af6e6b0
+16
10 changed files
expand all
collapse all
unified
split
nixos
tests
corerad.nix
ghostunnel.nix
lorri
default.nix
matomo.nix
matrix
conduit.nix
nixops
default.nix
pam
pam-file-contents.nix
pppd.nix
thelounge.nix
zrepl.nix
+1
nixos/tests/corerad.nix
···
1
1
import ./make-test-python.nix (
2
2
{
3
3
+
name = "corerad";
3
4
nodes = {
4
5
router = {config, pkgs, ...}: {
5
6
config = {
+1
nixos/tests/ghostunnel.nix
···
1
1
import ./make-test-python.nix ({ pkgs, ... }: {
2
2
+
name = "ghostunnel";
2
3
nodes = {
3
4
backend = { pkgs, ... }: {
4
5
services.nginx.enable = true;
+2
nixos/tests/lorri/default.nix
···
1
1
import ../make-test-python.nix {
2
2
+
name = "lorri";
3
3
+
2
4
nodes.machine = { pkgs, ... }: {
3
5
imports = [ ../../modules/profiles/minimal.nix ];
4
6
environment.systemPackages = [ pkgs.lorri ];
+2
nixos/tests/matomo.nix
···
7
7
let
8
8
matomoTest = package:
9
9
makeTest {
10
10
+
name = "matomo";
11
11
+
10
12
nodes.machine = { config, pkgs, ... }: {
11
13
services.matomo = {
12
14
package = package;
+2
nixos/tests/matrix/conduit.nix
···
3
3
name = "conduit";
4
4
in
5
5
{
6
6
+
name = "matrix-conduit";
7
7
+
6
8
nodes = {
7
9
conduit = args: {
8
10
services.matrix-conduit = {
+1
nixos/tests/nixops/default.nix
···
19
19
});
20
20
21
21
testLegacyNetwork = { nixopsPkg }: pkgs.nixosTest ({
22
22
+
name = "nixops-legacy-network";
22
23
nodes = {
23
24
deployer = { config, lib, nodes, pkgs, ... }: {
24
25
imports = [ ../../modules/installer/cd-dvd/channel.nix ];
+1
nixos/tests/pam/pam-file-contents.nix
···
2
2
name = "pam";
3
3
in
4
4
import ../make-test-python.nix ({ pkgs, ... }: {
5
5
+
name = "pam-file-contents";
5
6
6
7
nodes.machine = { ... }: {
7
8
imports = [ ../../modules/profiles/minimal.nix ];
+2
nixos/tests/pppd.nix
···
5
5
mode = "0640";
6
6
};
7
7
in {
8
8
+
name = "pppd";
9
9
+
8
10
nodes = {
9
11
server = {config, pkgs, ...}: {
10
12
config = {
+2
nixos/tests/thelounge.nix
···
1
1
import ./make-test-python.nix {
2
2
+
name = "thelounge";
3
3
+
2
4
nodes = {
3
5
private = { config, pkgs, ... }: {
4
6
services.thelounge = {
+2
nixos/tests/zrepl.nix
···
1
1
import ./make-test-python.nix (
2
2
{
3
3
+
name = "zrepl";
4
4
+
3
5
nodes.host = {config, pkgs, ...}: {
4
6
config = {
5
7
# Prerequisites for ZFS and tests.