Skip to content
Snippets Groups Projects
Commit bb3efdba authored by Florian Sesser's avatar Florian Sesser
Browse files

System tests: Start VMs in parallel again

Taken from the `spending-node` branch I am cleaning up
right now.
parent 808ddf2a
No related branches found
No related tags found
2 merge requests!273Spending node (rebase),!272System tests: Start VMs in parallel again
Pipeline #1886 passed
...@@ -40,21 +40,8 @@ def test( ...@@ -40,21 +40,8 @@ def test(
): ):
""" """
""" """
# Boot the VMs. We used to do them all in parallel but the boot # Boot the VMs.
# sequence got flaky at some point for some reason I don't start_all()
# 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.
issuer.connect()
introducer.connect()
storage.connect()
client.connect()
api_stripe_com.connect()
# The issuer and the storage server should accept SSH connections. This # The issuer and the storage server should accept SSH connections. This
# doesn't prove it is so but if it fails it's a pretty good indication # doesn't prove it is so but if it fails it's a pretty good indication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment