Skip to content
Snippets Groups Projects
Commit 777b53b5 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Give it a better name considering what it ended up doing

parent af573cdc
No related branches found
No related tags found
1 merge request!9End-to-end system test
......@@ -14,8 +14,8 @@ let
text = introducerFURL;
};
# assignAddresses :: Set Name (Set -> AttrSet) -> Set Name (Set -> AttrSet)
assignAddresses = nodes:
# setupNetwork :: Set Name (Set -> AttrSet) -> Set Name (Set -> AttrSet)
setupNetwork = nodes:
let
# makeNetwork :: Integer -> AttrSet
makeNetwork = n: {
......@@ -54,7 +54,7 @@ in
# https://nixos.org/nixos/manual/index.html#sec-nixos-tests
import <nixpkgs/nixos/tests/make-test.nix> {
nodes = assignAddresses rec {
nodes = setupNetwork rec {
# Get a machine where we can run a Tahoe-LAFS client node.
client =
{ config, pkgs, ... }:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment