We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafc256 commit 8e923dfCopy full SHA for 8e923df
1 file changed
nixos/tests/systemd.nix
@@ -83,5 +83,11 @@ import ./make-test.nix ({ pkgs, ... }: {
83
$machine->waitForUnit('multi-user.target');
84
$machine->succeed('test -e /tmp/shared/shutdown-test');
85
};
86
+
87
+ # Test settings from /etc/sysctl.d/50-default.conf are applied
88
+ subtest "systemd sysctl settings are applied", sub {
89
+ $machine->waitForUnit('multi-user.target');
90
+ $machine->succeed('sysctl net.core.default_qdisc | grep -q "fq_codel"');
91
+ };
92
'';
93
})
0 commit comments