test: rename scenario withnetns -> netns

This makes the naming consistent with scenarios added in later
commits.
This commit is contained in:
Erik Arvstedt 2020-09-27 12:43:19 +02:00
parent 9bf77ee3e8
commit 14d2d97ba6
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ import ./make-test.nix rec {
# needed because duplicity requires 270 MB of free temp space, regardless of backup size.
virtualisation.diskSize = 1024;
nix-bitcoin.netns-isolation.enable = (scenario == "withnetns");
nix-bitcoin.netns-isolation.enable = (scenario == "netns");
services.bitcoind.extraConfig = mkForce "connect=0";