From 75ea723caea05056810dad9160bc93e571c77985 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Sep 2023 18:48:40 +0200 Subject: machines: Remove tyree and brawndo The former no longer exists and the latter has a new hardware and it's self-managed by the owner now (which is always the best IMHO). With both machines gone, we no longer need the "managed" profile and the BFQ module that was used for the old hardware of Brawndo was no longer used anywhere else. Same with the T100HA module, since Tyree was an ASUS T100HA and apart from the module being probably very much outdated we don't have another such hardware in Vuizvui. Signed-off-by: aszlig --- tests/default.nix | 3 --- tests/system/kernel/bfq.nix | 15 --------------- 2 files changed, 18 deletions(-) delete mode 100644 tests/system/kernel/bfq.nix (limited to 'tests') diff --git a/tests/default.nix b/tests/default.nix index e7f54e76..af0e8b43 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -20,7 +20,4 @@ in { gnupg = callTest ./programs/gnupg; }; sandbox = callTest ./sandbox.nix; - system = { - kernel.bfq = callTest ./system/kernel/bfq.nix; - }; } diff --git a/tests/system/kernel/bfq.nix b/tests/system/kernel/bfq.nix deleted file mode 100644 index 8aab8925..00000000 --- a/tests/system/kernel/bfq.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - name = "bfq-kernel"; - - machine = { pkgs, ... }: { - boot.kernelPackages = pkgs.linuxPackages_latest; - vuizvui.system.kernel.bfq.enable = true; - virtualisation.qemu.diskInterface = "scsi"; - }; - - testScript = '' - # fmt: off - machine.execute('tail /sys/block/*/queue/scheduler >&2') - machine.succeed('grep -HF "[bfq]" /sys/block/sda/queue/scheduler') - ''; -} -- cgit 1.4.1