From 5e66319f88a3e9d5cd12a7af5541fad877a88a55 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Sun, 27 Feb 2022 08:18:12 +0000 Subject: [PATCH] Remove obsolete comments --- nixos/tests/test_privatestorage.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/nixos/tests/test_privatestorage.py b/nixos/tests/test_privatestorage.py index f45804e8..6840cd8c 100644 --- a/nixos/tests/test_privatestorage.py +++ b/nixos/tests/test_privatestorage.py @@ -41,16 +41,7 @@ def test( ): """ """ - # Boot the VMs. We used to do them all in parallel but the boot - # sequence got flaky at some point for some reason I don't - # understand. :/ It might be related to this: - # - # https://discourse.nixos.org/t/nixos-ppc64le-vm-does-not-have-dev-vda-device/11548/9 - # - # See <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix> for the Nix - # that constructs the QEMU command that gets run. - # - # Boot them one at a time for now. + # Boot the VMs. start_all() # The issuer and the storage server should accept SSH connections. This -- GitLab